#607BB9

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

Shades of Havelock Blue #607BB9

Tints of Havelock Blue #607BB9

Color information

#607BB9 (or 0x607BB9) is unknown color: approx Havelock Blue. HEX triplet: 60, 7B and B9. RGB value is (96,123,185). Sum of RGB (Red+Green+Blue) = 96+123+185=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 185 (72.66% from 255 or 45.79% from 404); Max value from RGB is 185 - color contains mainly: blue. Hex color #607BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BB9 is #9F8446. Grayscale: #797979. Windows color (decimal): -10454087 or 12155744. OLE color: 12155744.

HSL color Cylindrical-coordinate representation of color #607BB9: hue angle of 221.8º 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 #607BB9 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96123185-
CMYK0.480.3400.27
HSL221.8º38.86%55.1%-
HSV(B)221.8º48.11%72.55%-
XYZ20.6620.1648.7-
YUV122163.55109.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.76%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 185 (72.66% from 255) = 45.79%
R=23.76%
G=30.45%
B=45.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961231850.480.3400.27221.838.8655.1
Hex607BB9302201Bde2737
Octal14017327160420333364767
Binary110000011110111011100111000010001001101111011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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