#6680D5

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

Shades of Havelock Blue #6680D5

Tints of Havelock Blue #6680D5

Color information

#6680D5 (or 0x6680D5) is unknown color: approx Havelock Blue. HEX triplet: 66, 80 and D5. RGB value is (102,128,213). Sum of RGB (Red+Green+Blue) = 102+128+213=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #6680D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680D5 is #997F2A. Grayscale: #818181. Windows color (decimal): -10059563 or 13992038. OLE color: 13992038.

HSL color Cylindrical-coordinate representation of color #6680D5: hue angle of 225.95º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6680D5 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102128213-
CMYK0.520.4000.16
HSL225.95º56.92%61.76%-
HSV(B)225.95º52.11%83.53%-
XYZ25.2123.0766.07-
YUV129.92174.89108.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.02%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 213 (83.59% from 255) = 48.08%
R=23.02%
G=28.89%
B=48.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1021282130.520.4000.16225.9556.9261.76
Hex6680D53428010e2393e
Octal14620032564500203427176
Binary1100110100000001101010111010010100001000011100010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6680D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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