#6082BF

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

Shades of Havelock Blue #6082BF

Tints of Havelock Blue #6082BF

Color information

#6082BF (or 0x6082BF) is unknown color: approx Havelock Blue. HEX triplet: 60, 82 and BF. RGB value is (96,130,191). Sum of RGB (Red+Green+Blue) = 96+130+191=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #6082BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6082BF is #9F7D40. Grayscale: #7E7E7E. Windows color (decimal): -10452289 or 12550752. OLE color: 12550752.

HSL color Cylindrical-coordinate representation of color #6082BF: hue angle of 218.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6082BF is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96130191-
CMYK0.500.3200.25
HSL218.53º42.6%56.27%-
HSV(B)218.53º49.74%74.9%-
XYZ22.2122.2152.41-
YUV126.79164.24106.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.02%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 191 (75% from 255) = 45.80%
R=23.02%
G=31.18%
B=45.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961301910.500.3200.25218.5342.656.27
Hex6082BF3220019db2b38
Octal14020227762400313335370
Binary1100000100000101011111111001010000001100111011011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6082BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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