#6880C3

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

Shades of Havelock Blue #6880C3

Tints of Havelock Blue #6880C3

Color information

#6880C3 (or 0x6880C3) is unknown color: approx Havelock Blue. HEX triplet: 68, 80 and C3. RGB value is (104,128,195). Sum of RGB (Red+Green+Blue) = 104+128+195=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #6880C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6880C3 is #977F3C. Grayscale: #808080. Windows color (decimal): -9928509 or 12812392. OLE color: 12812392.

HSL color Cylindrical-coordinate representation of color #6880C3: hue angle of 224.18º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6880C3 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104128195-
CMYK0.470.3400.24
HSL224.18º43.13%58.63%-
HSV(B)224.18º46.67%76.47%-
XYZ23.2822.3254.71-
YUV128.46165.55110.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.36%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 195 (76.56% from 255) = 45.67%
R=24.36%
G=29.98%
B=45.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041281950.470.3400.24224.1843.1358.63
Hex6880C32F22018e02b3b
Octal15020030357420303405373
Binary1101000100000001100001110111110001001100011100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6880C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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