#607EB4

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

Shades of Havelock Blue #607EB4

Tints of Havelock Blue #607EB4

Color information

#607EB4 (or 0x607EB4) is unknown color: approx Havelock Blue. HEX triplet: 60, 7E and B4. RGB value is (96,126,180). Sum of RGB (Red+Green+Blue) = 96+126+180=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #607EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EB4 is #9F814B. Grayscale: #7A7A7A. Windows color (decimal): -10453324 or 11828832. OLE color: 11828832.

HSL color Cylindrical-coordinate representation of color #607EB4: hue angle of 218.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #607EB4 is Cyan = 0.47, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB96126180-
CMYK0.470.300.29
HSL218.57º35.9%54.12%-
HSV(B)218.57º46.67%70.59%-
XYZ20.5220.746.09-
YUV123.19160.06108.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=23.88%
G=31.34%
B=44.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961261800.470.300.29218.5735.954.12
Hex607EB42F1E01Ddb2436
Octal14017626457360353334466
Binary11000001111110101101001011111111001110111011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,126,180); }

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

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

 a { background-color: rgb(96,126,180); }

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

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

 span { border-color: rgb(96,126,180); }

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