#607BBB

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

Shades of Havelock Blue #607BBB

Tints of Havelock Blue #607BBB

Color information

#607BBB (or 0x607BBB) is unknown color: approx Havelock Blue. HEX triplet: 60, 7B and BB. RGB value is (96,123,187). Sum of RGB (Red+Green+Blue) = 96+123+187=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #607BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BBB is #9F8444. Grayscale: #797979. Windows color (decimal): -10454085 or 12286816. OLE color: 12286816.

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

Color convert

RGB96123187-
CMYK0.490.3400.27
HSL222.2º40.09%55.49%-
HSV(B)222.2º48.66%73.33%-
XYZ20.8820.2449.82-
YUV122.22164.55109.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.65%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=23.65%
G=30.30%
B=46.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961231870.490.3400.27222.240.0955.49
Hex607BBB312201Bde2837
Octal14017327361420333365067
Binary110000011110111011101111000110001001101111011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,123,187); }

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

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

 a { background-color: rgb(96,123,187); }

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

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

 span { border-color: rgb(96,123,187); }

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