#6077CB

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

Shades of Havelock Blue #6077CB

Tints of Havelock Blue #6077CB

Color information

#6077CB (or 0x6077CB) is unknown color: approx Havelock Blue. HEX triplet: 60, 77 and CB. RGB value is (96,119,203). Sum of RGB (Red+Green+Blue) = 96+119+203=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #6077CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6077CB is #9F8834. Grayscale: #797979. Windows color (decimal): -10455093 or 13334368. OLE color: 13334368.

HSL color Cylindrical-coordinate representation of color #6077CB: hue angle of 227.1º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6077CB is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96119203-
CMYK0.530.4100.20
HSL227.1º50.71%58.63%-
HSV(B)227.1º52.71%79.61%-
XYZ22.219.9959.19-
YUV121.7173.88109.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 119 (46.88% from 255) = 28.47%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=22.97%
G=28.47%
B=48.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961192030.530.4100.20227.150.7158.63
Hex6077CB3529014e3333b
Octal14016731365510243436373
Binary110000011101111100101111010110100101010011100011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6077CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6077CB; }

 p { color: rgb(96,119,203); }

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

<style>
 a { background-color: #6077CB; }

 a { background-color: rgb(96,119,203); }

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

<style>
 span { border-color: #6077CB; }

 span { border-color: rgb(96,119,203); }

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