#6682CF

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

Shades of Havelock Blue #6682CF

Tints of Havelock Blue #6682CF

Color information

#6682CF (or 0x6682CF) is unknown color: approx Havelock Blue. HEX triplet: 66, 82 and CF. RGB value is (102,130,207). Sum of RGB (Red+Green+Blue) = 102+130+207=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #6682CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6682CF is #997D30. Grayscale: #828282. Windows color (decimal): -10059057 or 13599334. OLE color: 13599334.

HSL color Cylindrical-coordinate representation of color #6682CF: hue angle of 224º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6682CF is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB102130207-
CMYK0.510.3700.19
HSL224º52.24%60.59%-
HSV(B)224º50.72%81.18%-
XYZ24.7223.362.22-
YUV130.41171.22107.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.23%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 207 (81.25% from 255) = 47.15%
R=23.23%
G=29.61%
B=47.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1021302070.510.3700.1922452.2460.59
Hex6682CF3325013e0343d
Octal14620231763450233406475
Binary1100110100000101100111111001110010101001111100000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6682CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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