#607DBF

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

Shades of Havelock Blue #607DBF

Tints of Havelock Blue #607DBF

Color information

#607DBF (or 0x607DBF) is unknown color: approx Havelock Blue. HEX triplet: 60, 7D and BF. RGB value is (96,125,191). Sum of RGB (Red+Green+Blue) = 96+125+191=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #607DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DBF is #9F8240. Grayscale: #7B7B7B. Windows color (decimal): -10453569 or 12549472. OLE color: 12549472.

HSL color Cylindrical-coordinate representation of color #607DBF: hue angle of 221.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #607DBF is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96125191-
CMYK0.500.3500.25
HSL221.68º42.6%56.27%-
HSV(B)221.68º49.74%74.9%-
XYZ21.5620.9252.19-
YUV123.85165.89108.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.30%
GREEN value IS 125 (49.22% from 255) = 30.34%
BLUE value IS 191 (75% from 255) = 46.36%
R=23.30%
G=30.34%
B=46.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961251910.500.3500.25221.6842.656.27
Hex607DBF3223019de2b38
Octal14017527762430313365370
Binary110000011111011011111111001010001101100111011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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