#6582CD

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

Shades of Havelock Blue #6582CD

Tints of Havelock Blue #6582CD

Color information

#6582CD (or 0x6582CD) is unknown color: approx Havelock Blue. HEX triplet: 65, 82 and CD. RGB value is (101,130,205). Sum of RGB (Red+Green+Blue) = 101+130+205=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #6582CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6582CD is #9A7D32. Grayscale: #818181. Windows color (decimal): -10124595 or 13468261. OLE color: 13468261.

HSL color Cylindrical-coordinate representation of color #6582CD: hue angle of 223.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6582CD is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB101130205-
CMYK0.510.3700.20
HSL223.27º50.98%60%-
HSV(B)223.27º50.73%80.39%-
XYZ24.3723.1460.94-
YUV129.88170.39107.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.17%
GREEN value IS 130 (51.17% from 255) = 29.82%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=23.17%
G=29.82%
B=47.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011302050.510.3700.20223.2750.9860
Hex6582CD3325014df333c
Octal14520231563450243376374
Binary1100101100000101100110111001110010101010011011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6582CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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