#656DDD

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

Shades of Slate Blue #656DDD

Tints of Slate Blue #656DDD

Color information

#656DDD (or 0x656DDD) is unknown color: approx Slate Blue. HEX triplet: 65, 6D and DD. RGB value is (101,109,221). Sum of RGB (Red+Green+Blue) = 101+109+221=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #656DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DDD is #9A9222. Grayscale: #767676. Windows color (decimal): -10129955 or 14511461. OLE color: 14511461.

HSL color Cylindrical-coordinate representation of color #656DDD: hue angle of 236º 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 #656DDD is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101109221-
CMYK0.540.5100.13
HSL236º63.83%63.14%-
HSV(B)236º54.3%86.67%-
XYZ23.8918.9270.8-
YUV119.38185.35114.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.43%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 221 (86.72% from 255) = 51.28%
R=23.43%
G=25.29%
B=51.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011092210.540.5100.1323663.8363.14
Hex656DDD36330Dec403f
Octal145155335666301535410077
Binary110010111011011101110111011011001101101111011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656DDD; }

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

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

<style>
 a { background-color: #656DDD; }

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

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

<style>
 span { border-color: #656DDD; }

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

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