#607DB4

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

Shades of Havelock Blue #607DB4

Tints of Havelock Blue #607DB4

Color information

#607DB4 (or 0x607DB4) is unknown color: approx Havelock Blue. HEX triplet: 60, 7D and B4. RGB value is (96,125,180). Sum of RGB (Red+Green+Blue) = 96+125+180=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #607DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DB4 is #9F824B. Grayscale: #7A7A7A. Windows color (decimal): -10453580 or 11828576. OLE color: 11828576.

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

Color convert

RGB96125180-
CMYK0.470.3100.29
HSL219.29º35.9%54.12%-
HSV(B)219.29º46.67%70.59%-
XYZ20.420.4546.05-
YUV122.6160.39109.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 180 (70.70% from 255) = 44.89%
R=23.94%
G=31.17%
B=44.89%

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
Decimal961251800.470.3100.29219.2935.954.12
Hex607DB42F1F01Ddb2436
Octal14017526457370353334466
Binary11000001111101101101001011111111101110111011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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