#6686D4

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

Shades of Havelock Blue #6686D4

Tints of Havelock Blue #6686D4

Color information

#6686D4 (or 0x6686D4) is unknown color: approx Havelock Blue. HEX triplet: 66, 86 and D4. RGB value is (102,134,212). Sum of RGB (Red+Green+Blue) = 102+134+212=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 212 - color contains mainly: blue. Hex color #6686D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6686D4 is #99792B. Grayscale: #848484. Windows color (decimal): -10058028 or 13928038. OLE color: 13928038.

HSL color Cylindrical-coordinate representation of color #6686D4: hue angle of 222.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6686D4 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB102134212-
CMYK0.520.3700.17
HSL222.55º56.12%61.57%-
HSV(B)222.55º51.89%83.14%-
XYZ25.8924.6365.68-
YUV133.32172.4105.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.77%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 212 (83.20% from 255) = 47.32%
R=22.77%
G=29.91%
B=47.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1021342120.520.3700.17222.5556.1261.57
Hex6686D43425011df383e
Octal14620632464450213377076
Binary1100110100001101101010011010010010101000111011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6686D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6686D4; }

 p { color: rgb(102,134,212); }

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

<style>
 a { background-color: #6686D4; }

 a { background-color: rgb(102,134,212); }

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

<style>
 span { border-color: #6686D4; }

 span { border-color: rgb(102,134,212); }

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