#6566DD

Color #6566DD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6566DD

Tints of Slate Blue #6566DD

Color information

#6566DD (or 0x6566DD) is unknown color: approx Slate Blue. HEX triplet: 65, 66 and DD. RGB value is (101,102,221). Sum of RGB (Red+Green+Blue) = 101+102+221=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #6566DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6566DD is #9A9922. Grayscale: #727272. Windows color (decimal): -10131747 or 14509669. OLE color: 14509669.

HSL color Cylindrical-coordinate representation of color #6566DD: hue angle of 239.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6566DD is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101102221-
CMYK0.540.5400.13
HSL239.5º63.83%63.14%-
HSV(B)239.5º54.3%86.67%-
XYZ23.1717.4970.56-
YUV115.27187.67117.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.82%
GREEN value IS 102 (40.23% from 255) = 24.06%
BLUE value IS 221 (86.72% from 255) = 52.12%
R=23.82%
G=24.06%
B=52.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011022210.540.5400.13239.563.8363.14
Hex6566DD36360Df0403f
Octal145146335666601536010077
Binary110010111001101101110111011011011001101111100001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6566DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6566DD; }

 p { color: rgb(101,102,221); }

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

<style>
 a { background-color: #6566DD; }

 a { background-color: rgb(101,102,221); }

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

<style>
 span { border-color: #6566DD; }

 span { border-color: rgb(101,102,221); }

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