#607CAF

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

Shades of Havelock Blue #607CAF

Tints of Havelock Blue #607CAF

Color information

#607CAF (or 0x607CAF) is unknown color: approx Havelock Blue. HEX triplet: 60, 7C and AF. RGB value is (96,124,175). Sum of RGB (Red+Green+Blue) = 96+124+175=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #607CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CAF is #9F8350. Grayscale: #797979. Windows color (decimal): -10453841 or 11500640. OLE color: 11500640.

HSL color Cylindrical-coordinate representation of color #607CAF: hue angle of 218.73º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607CAF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96124175-
CMYK0.450.2900.31
HSL218.73º33.05%53.14%-
HSV(B)218.73º45.14%68.63%-
XYZ19.772043.38-
YUV121.44158.22109.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 175 (68.75% from 255) = 44.30%
R=24.30%
G=31.39%
B=44.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961241750.450.2900.31218.7333.0553.14
Hex607CAF2D1D01Fdb2135
Octal14017425755350373334165
Binary11000001111100101011111011011110101111111011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,124,175); }

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

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

 a { background-color: rgb(96,124,175); }

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

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

 span { border-color: rgb(96,124,175); }

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