#607DAF

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

Shades of Havelock Blue #607DAF

Tints of Havelock Blue #607DAF

Color information

#607DAF (or 0x607DAF) is unknown color: approx Havelock Blue. HEX triplet: 60, 7D and AF. RGB value is (96,125,175). Sum of RGB (Red+Green+Blue) = 96+125+175=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #607DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607DAF is #9F8250. Grayscale: #797979. Windows color (decimal): -10453585 or 11500896. OLE color: 11500896.

HSL color Cylindrical-coordinate representation of color #607DAF: hue angle of 217.97º 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 #607DAF is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96125175-
CMYK0.450.2900.31
HSL217.97º33.05%53.14%-
HSV(B)217.97º45.14%68.63%-
XYZ19.920.2543.42-
YUV122.03157.89109.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 125 (49.22% from 255) = 31.57%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=24.24%
G=31.57%
B=44.19%

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
Decimal961251750.450.2900.31217.9733.0553.14
Hex607DAF2D1D01Fda2135
Octal14017525755350373324165
Binary11000001111101101011111011011110101111111011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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