#6680C6

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

Shades of Havelock Blue #6680C6

Tints of Havelock Blue #6680C6

Color information

#6680C6 (or 0x6680C6) is unknown color: approx Havelock Blue. HEX triplet: 66, 80 and C6. RGB value is (102,128,198). Sum of RGB (Red+Green+Blue) = 102+128+198=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #6680C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680C6 is #997F39. Grayscale: #7F7F7F. Windows color (decimal): -10059578 or 13008998. OLE color: 13008998.

HSL color Cylindrical-coordinate representation of color #6680C6: hue angle of 223.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6680C6 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB102128198-
CMYK0.480.3500.22
HSL223.75º45.71%58.82%-
HSV(B)223.75º48.48%77.65%-
XYZ23.3922.3456.51-
YUV128.21167.39109.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.83%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 198 (77.73% from 255) = 46.26%
R=23.83%
G=29.91%
B=46.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021281980.480.3500.22223.7545.7158.82
Hex6680C63023016e02e3b
Octal14620030660430263405673
Binary1100110100000001100011011000010001101011011100000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6680C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6680C6; }

 p { color: rgb(102,128,198); }

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

<style>
 a { background-color: #6680C6; }

 a { background-color: rgb(102,128,198); }

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

<style>
 span { border-color: #6680C6; }

 span { border-color: rgb(102,128,198); }

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