#607DBA

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

Shades of Havelock Blue #607DBA

Tints of Havelock Blue #607DBA

Color information

#607DBA (or 0x607DBA) is unknown color: approx Havelock Blue. HEX triplet: 60, 7D and BA. RGB value is (96,125,186). Sum of RGB (Red+Green+Blue) = 96+125+186=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #607DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DBA is #9F8245. Grayscale: #7B7B7B. Windows color (decimal): -10453574 or 12221792. OLE color: 12221792.

HSL color Cylindrical-coordinate representation of color #607DBA: hue angle of 220.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #607DBA is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96125186-
CMYK0.480.3300.27
HSL220.67º39.47%55.29%-
HSV(B)220.67º48.39%72.94%-
XYZ21.0220.749.34-
YUV123.28163.39108.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 125 (49.22% from 255) = 30.71%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=23.59%
G=30.71%
B=45.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961251860.480.3300.27220.6739.4755.29
Hex607DBA302101Bdd2737
Octal14017527260410333354767
Binary110000011111011011101011000010000101101111011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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