#656ADA

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

Shades of Slate Blue #656ADA

Tints of Slate Blue #656ADA

Color information

#656ADA (or 0x656ADA) is unknown color: approx Slate Blue. HEX triplet: 65, 6A and DA. RGB value is (101,106,218). Sum of RGB (Red+Green+Blue) = 101+106+218=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #656ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ADA is #9A9525. Grayscale: #747474. Windows color (decimal): -10130726 or 14314085. OLE color: 14314085.

HSL color Cylindrical-coordinate representation of color #656ADA: hue angle of 237.44º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656ADA is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB101106218-
CMYK0.540.5100.15
HSL237.44º61.26%62.55%-
HSV(B)237.44º53.67%85.49%-
XYZ23.1818.1468.61-
YUV117.27184.84116.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.76%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 218 (85.55% from 255) = 51.29%
R=23.76%
G=24.94%
B=51.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1011062180.540.5100.15237.4461.2662.55
Hex656ADA36330Fed3d3f
Octal14515233266630173557577
Binary11001011101010110110101101101100110111111101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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