#6582D7

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

Shades of Havelock Blue #6582D7

Tints of Havelock Blue #6582D7

Color information

#6582D7 (or 0x6582D7) is unknown color: approx Havelock Blue. HEX triplet: 65, 82 and D7. RGB value is (101,130,215). Sum of RGB (Red+Green+Blue) = 101+130+215=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #6582D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6582D7 is #9A7D28. Grayscale: #828282. Windows color (decimal): -10124585 or 14123621. OLE color: 14123621.

HSL color Cylindrical-coordinate representation of color #6582D7: hue angle of 224.74º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6582D7 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101130215-
CMYK0.530.4000.16
HSL224.74º58.76%61.96%-
HSV(B)224.74º53.02%84.31%-
XYZ25.6223.6467.5-
YUV131.02175.39106.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.65%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 215 (84.38% from 255) = 48.21%
R=22.65%
G=29.15%
B=48.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1011302150.530.4000.16224.7458.7661.96
Hex6582D73528010e13b3e
Octal14520232765500203417376
Binary1100101100000101101011111010110100001000011100001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6582D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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