#6682CD

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

Shades of Havelock Blue #6682CD

Tints of Havelock Blue #6682CD

Color information

#6682CD (or 0x6682CD) is unknown color: approx Havelock Blue. HEX triplet: 66, 82 and CD. RGB value is (102,130,205). Sum of RGB (Red+Green+Blue) = 102+130+205=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #6682CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6682CD is #997D32. Grayscale: #818181. Windows color (decimal): -10059059 or 13468262. OLE color: 13468262.

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

Color convert

RGB102130205-
CMYK0.500.3700.20
HSL223.69º50.74%60.2%-
HSV(B)223.69º50.24%80.39%-
XYZ24.4823.260.94-
YUV130.18170.22107.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 130 (51.17% from 255) = 29.75%
BLUE value IS 205 (80.47% from 255) = 46.91%
R=23.34%
G=29.75%
B=46.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021302050.500.3700.20223.6950.7460.2
Hex6682CD3225014e0333c
Octal14620231562450243406374
Binary1100110100000101100110111001010010101010011100000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6682CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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