#6680CC

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

Shades of Havelock Blue #6680CC

Tints of Havelock Blue #6680CC

Color information

#6680CC (or 0x6680CC) is unknown color: approx Havelock Blue. HEX triplet: 66, 80 and CC. RGB value is (102,128,204). Sum of RGB (Red+Green+Blue) = 102+128+204=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #6680CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680CC is #997F33. Grayscale: #808080. Windows color (decimal): -10059572 or 13402214. OLE color: 13402214.

HSL color Cylindrical-coordinate representation of color #6680CC: hue angle of 224.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6680CC is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102128204-
CMYK0.50.3700.2
HSL224.71º50%60%-
HSV(B)224.71º50%80%-
XYZ24.122.6260.22-
YUV128.89170.39108.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.50%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=23.50%
G=29.49%
B=47.00%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021282040.50.3700.2224.715060
Hex6680CC3225014e1323c
Octal14620031462450243416274
Binary1100110100000001100110011001010010101010011100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6680CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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