#656ADD

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

Shades of Slate Blue #656ADD

Tints of Slate Blue #656ADD

Color information

#656ADD (or 0x656ADD) is unknown color: approx Slate Blue. HEX triplet: 65, 6A and DD. RGB value is (101,106,221). Sum of RGB (Red+Green+Blue) = 101+106+221=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #656ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ADD is #9A9522. Grayscale: #757575. Windows color (decimal): -10130723 or 14510693. OLE color: 14510693.

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

Color convert

RGB101106221-
CMYK0.540.5200.13
HSL237.5º63.83%63.14%-
HSV(B)237.5º54.3%86.67%-
XYZ23.5718.370.7-
YUV117.62186.34116.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.60%
GREEN value IS 106 (41.80% from 255) = 24.77%
BLUE value IS 221 (86.72% from 255) = 51.64%
R=23.60%
G=24.77%
B=51.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011062210.540.5200.13237.563.8363.14
Hex656ADD36340Dee403f
Octal145152335666401535610077
Binary110010111010101101110111011011010001101111011101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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