#6682CA

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

Shades of Havelock Blue #6682CA

Tints of Havelock Blue #6682CA

Color information

#6682CA (or 0x6682CA) is unknown color: approx Havelock Blue. HEX triplet: 66, 82 and CA. RGB value is (102,130,202). Sum of RGB (Red+Green+Blue) = 102+130+202=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #6682CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6682CA is #997D35. Grayscale: #818181. Windows color (decimal): -10059062 or 13271654. OLE color: 13271654.

HSL color Cylindrical-coordinate representation of color #6682CA: hue angle of 223.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6682CA is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102130202-
CMYK0.500.3600.21
HSL223.2º48.54%59.61%-
HSV(B)223.2º49.5%79.22%-
XYZ24.1223.0559.06-
YUV129.84168.72108.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.50%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=23.50%
G=29.95%
B=46.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021302020.500.3600.21223.248.5459.61
Hex6682CA3224015df313c
Octal14620231262440253376174
Binary1100110100000101100101011001010010001010111011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6682CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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