#607BBD

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

Shades of Havelock Blue #607BBD

Tints of Havelock Blue #607BBD

Color information

#607BBD (or 0x607BBD) is unknown color: approx Havelock Blue. HEX triplet: 60, 7B and BD. RGB value is (96,123,189). Sum of RGB (Red+Green+Blue) = 96+123+189=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #607BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BBD is #9F8442. Grayscale: #7A7A7A. Windows color (decimal): -10454083 or 12417888. OLE color: 12417888.

HSL color Cylindrical-coordinate representation of color #607BBD: hue angle of 222.58º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #607BBD is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB96123189-
CMYK0.490.3500.26
HSL222.58º41.33%55.88%-
HSV(B)222.58º49.21%74.12%-
XYZ21.0920.3350.96-
YUV122.45165.55109.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.53%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=23.53%
G=30.15%
B=46.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961231890.490.3500.26222.5841.3355.88
Hex607BBD312301Adf2938
Octal14017327561430323375170
Binary110000011110111011110111000110001101101011011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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