#6082CB

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

Shades of Havelock Blue #6082CB

Tints of Havelock Blue #6082CB

Color information

#6082CB (or 0x6082CB) is unknown color: approx Havelock Blue. HEX triplet: 60, 82 and CB. RGB value is (96,130,203). Sum of RGB (Red+Green+Blue) = 96+130+203=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #6082CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6082CB is #9F7D34. Grayscale: #7F7F7F. Windows color (decimal): -10452277 or 13337184. OLE color: 13337184.

HSL color Cylindrical-coordinate representation of color #6082CB: hue angle of 220.93º 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 #6082CB is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96130203-
CMYK0.530.3600.20
HSL220.93º50.71%58.63%-
HSV(B)220.93º52.71%79.61%-
XYZ23.5922.7659.65-
YUV128.16170.24105.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.38%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=22.38%
G=30.30%
B=47.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961302030.530.3600.20220.9350.7158.63
Hex6082CB3524014dd333b
Octal14020231365440243356373
Binary1100000100000101100101111010110010001010011011101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6082CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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