#6882CB

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

Shades of Havelock Blue #6882CB

Tints of Havelock Blue #6882CB

Color information

#6882CB (or 0x6882CB) is unknown color: approx Havelock Blue. HEX triplet: 68, 82 and CB. RGB value is (104,130,203). Sum of RGB (Red+Green+Blue) = 104+130+203=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #6882CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882CB is #977D34. Grayscale: #828282. Windows color (decimal): -9927989 or 13337192. OLE color: 13337192.

HSL color Cylindrical-coordinate representation of color #6882CB: hue angle of 224.24º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6882CB is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104130203-
CMYK0.490.3600.20
HSL224.24º48.77%60.2%-
HSV(B)224.24º48.77%79.61%-
XYZ24.4723.2259.69-
YUV130.55168.89109.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.80%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 203 (79.69% from 255) = 46.45%
R=23.80%
G=29.75%
B=46.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041302030.490.3600.20224.2448.7760.2
Hex6882CB3124014e0313c
Octal15020231361440243406174
Binary1101000100000101100101111000110010001010011100000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6882CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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