#607BD4

Color #607BD4 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #607BD4

Tints of Havelock Blue #607BD4

Color information

#607BD4 (or 0x607BD4) is unknown color: approx Havelock Blue. HEX triplet: 60, 7B and D4. RGB value is (96,123,212). Sum of RGB (Red+Green+Blue) = 96+123+212=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: blue. Hex color #607BD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BD4 is #9F842B. Grayscale: #7C7C7C. Windows color (decimal): -10454060 or 13925216. OLE color: 13925216.

HSL color Cylindrical-coordinate representation of color #607BD4: hue angle of 226.03º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607BD4 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB96123212-
CMYK0.550.4200.17
HSL226.03º57.43%60.39%-
HSV(B)226.03º54.72%83.14%-
XYZ23.7921.4165.17-
YUV125.07177.05107.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 22.27%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 212 (83.20% from 255) = 49.19%
R=22.27%
G=28.54%
B=49.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal961232120.550.4200.17226.0357.4360.39
Hex607BD4372A011e2393c
Octal14017332467520213427174
Binary110000011110111101010011011110101001000111100010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607BD4; }

 p { color: rgb(96,123,212); }

 H1.HeaderClassName
 {
   color: #607BD4;
 }
 .AnyTagClassName
 {
   color: #607BD4;
 }
</style>
background-color css

<style>
 a { background-color: #607BD4; }

 a { background-color: rgb(96,123,212); }

 div.DivClassName
 {
   background-color: #607BD4;
 }
 .BgClassName
 {
   background-color: #607BD4;
 }
</style>
border-color css

<style>
 span { border-color: #607BD4; }

 span { border-color: rgb(96,123,212); }

 td.TdClassName
 {
   border-color: #607BD4;
 }
 .TagClassName
 {
   border-color: #607BD4;
 }
</style>