#6586D5

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

Shades of Havelock Blue #6586D5

Tints of Havelock Blue #6586D5

Color information

#6586D5 (or 0x6586D5) is unknown color: approx Havelock Blue. HEX triplet: 65, 86 and D5. RGB value is (101,134,213). Sum of RGB (Red+Green+Blue) = 101+134+213=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #6586D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6586D5 is #9A792A. Grayscale: #848484. Windows color (decimal): -10123563 or 13993573. OLE color: 13993573.

HSL color Cylindrical-coordinate representation of color #6586D5: hue angle of 222.32º degrees, saturation: 0.57, 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 #6586D5 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101134213-
CMYK0.530.3700.16
HSL222.32º57.14%61.57%-
HSV(B)222.32º52.58%83.53%-
XYZ25.924.6266.34-
YUV133.14173.07105.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.54%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 213 (83.59% from 255) = 47.54%
R=22.54%
G=29.91%
B=47.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1011342130.530.3700.16222.3257.1461.57
Hex6586D53525010de393e
Octal14520632565450203367176
Binary1100101100001101101010111010110010101000011011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6586D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6586D5; }

 p { color: rgb(101,134,213); }

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

<style>
 a { background-color: #6586D5; }

 a { background-color: rgb(101,134,213); }

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

<style>
 span { border-color: #6586D5; }

 span { border-color: rgb(101,134,213); }

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