#6880CB

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

Shades of Havelock Blue #6880CB

Tints of Havelock Blue #6880CB

Color information

#6880CB (or 0x6880CB) is unknown color: approx Havelock Blue. HEX triplet: 68, 80 and CB. RGB value is (104,128,203). Sum of RGB (Red+Green+Blue) = 104+128+203=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #6880CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880CB is #977F34. Grayscale: #818181. Windows color (decimal): -9928501 or 13336680. OLE color: 13336680.

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

Color convert

RGB104128203-
CMYK0.490.3700.20
HSL225.45º48.77%60.2%-
HSV(B)225.45º48.77%79.61%-
XYZ24.2122.6959.6-
YUV129.37169.55109.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.91%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 203 (79.69% from 255) = 46.67%
R=23.91%
G=29.43%
B=46.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041282030.490.3700.20225.4548.7760.2
Hex6880CB3125014e1313c
Octal15020031361450243416174
Binary1101000100000001100101111000110010101010011100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6880CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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