#6682CC

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

Shades of Havelock Blue #6682CC

Tints of Havelock Blue #6682CC

Color information

#6682CC (or 0x6682CC) is unknown color: approx Havelock Blue. HEX triplet: 66, 82 and CC. RGB value is (102,130,204). Sum of RGB (Red+Green+Blue) = 102+130+204=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #6682CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6682CC is #997D33. Grayscale: #818181. Windows color (decimal): -10059060 or 13402726. OLE color: 13402726.

HSL color Cylindrical-coordinate representation of color #6682CC: hue angle of 223.53º degrees, saturation: 0.5, 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 #6682CC is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102130204-
CMYK0.50.3600.2
HSL223.53º50%60%-
HSV(B)223.53º50%80%-
XYZ24.3623.1560.31-
YUV130.06169.72107.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.39%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 204 (80.08% from 255) = 46.79%
R=23.39%
G=29.82%
B=46.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021302040.50.3600.2223.535060
Hex6682CC3224014e0323c
Octal14620231462440243406274
Binary1100110100000101100110011001010010001010011100000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6682CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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