#6680BC

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

Shades of Havelock Blue #6680BC

Tints of Havelock Blue #6680BC

Color information

#6680BC (or 0x6680BC) is unknown color: approx Havelock Blue. HEX triplet: 66, 80 and BC. RGB value is (102,128,188). Sum of RGB (Red+Green+Blue) = 102+128+188=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #6680BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680BC is #997F43. Grayscale: #7E7E7E. Windows color (decimal): -10059588 or 12353638. OLE color: 12353638.

HSL color Cylindrical-coordinate representation of color #6680BC: hue angle of 221.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6680BC is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102128188-
CMYK0.460.3200.26
HSL221.86º39.09%56.86%-
HSV(B)221.86º45.74%73.73%-
XYZ22.2821.8950.63-
YUV127.07162.39110.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.40%
GREEN value IS 128 (50.39% from 255) = 30.62%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=24.40%
G=30.62%
B=44.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021281880.460.3200.26221.8639.0956.86
Hex6680BC2E2001Ade2739
Octal14620027456400323364771
Binary1100110100000001011110010111010000001101011011110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6680BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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