#6680CD

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

Shades of Havelock Blue #6680CD

Tints of Havelock Blue #6680CD

Color information

#6680CD (or 0x6680CD) is unknown color: approx Havelock Blue. HEX triplet: 66, 80 and CD. RGB value is (102,128,205). Sum of RGB (Red+Green+Blue) = 102+128+205=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #6680CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680CD is #997F32. Grayscale: #808080. Windows color (decimal): -10059571 or 13467750. OLE color: 13467750.

HSL color Cylindrical-coordinate representation of color #6680CD: hue angle of 224.85º degrees, saturation: 0.51, 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 #6680CD is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102128205-
CMYK0.500.3800.20
HSL224.85º50.74%60.2%-
HSV(B)224.85º50.24%80.39%-
XYZ24.2222.6760.86-
YUV129170.89108.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.45%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=23.45%
G=29.43%
B=47.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021282050.500.3800.20224.8550.7460.2
Hex6680CD3226014e1333c
Octal14620031562460243416374
Binary1100110100000001100110111001010011001010011100001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6680CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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