#6680D6

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

Shades of Havelock Blue #6680D6

Tints of Havelock Blue #6680D6

Color information

#6680D6 (or 0x6680D6) is unknown color: approx Havelock Blue. HEX triplet: 66, 80 and D6. RGB value is (102,128,214). Sum of RGB (Red+Green+Blue) = 102+128+214=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #6680D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680D6 is #997F29. Grayscale: #818181. Windows color (decimal): -10059562 or 14057574. OLE color: 14057574.

HSL color Cylindrical-coordinate representation of color #6680D6: hue angle of 226.07º degrees, saturation: 0.58, 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 #6680D6 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB102128214-
CMYK0.520.4000.16
HSL226.07º57.73%61.96%-
HSV(B)226.07º52.34%83.92%-
XYZ25.3423.1266.75-
YUV130.03175.39108.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.97%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 214 (83.98% from 255) = 48.20%
R=22.97%
G=28.83%
B=48.20%

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
Decimal1021282140.520.4000.16226.0757.7361.96
Hex6680D63428010e23a3e
Octal14620032664500203427276
Binary1100110100000001101011011010010100001000011100010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6680D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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