#607DB5

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

Shades of Havelock Blue #607DB5

Tints of Havelock Blue #607DB5

Color information

#607DB5 (or 0x607DB5) is unknown color: approx Havelock Blue. HEX triplet: 60, 7D and B5. RGB value is (96,125,181). Sum of RGB (Red+Green+Blue) = 96+125+181=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #607DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DB5 is #9F824A. Grayscale: #7A7A7A. Windows color (decimal): -10453579 or 11894112. OLE color: 11894112.

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

Color convert

RGB96125181-
CMYK0.470.3100.29
HSL219.53º36.48%54.31%-
HSV(B)219.53º46.96%70.98%-
XYZ20.520.4946.59-
YUV122.71160.89108.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 181 (71.09% from 255) = 45.02%
R=23.88%
G=31.09%
B=45.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961251810.470.3100.29219.5336.4854.31
Hex607DB52F1F01Ddc2436
Octal14017526557370353344466
Binary11000001111101101101011011111111101110111011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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