#656ADF

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

Shades of Slate Blue #656ADF

Tints of Slate Blue #656ADF

Color information

#656ADF (or 0x656ADF) is unknown color: approx Slate Blue. HEX triplet: 65, 6A and DF. RGB value is (101,106,223). Sum of RGB (Red+Green+Blue) = 101+106+223=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #656ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656ADF is #9A9520. Grayscale: #757575. Windows color (decimal): -10130721 or 14641765. OLE color: 14641765.

HSL color Cylindrical-coordinate representation of color #656ADF: hue angle of 237.54º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #656ADF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101106223-
CMYK0.550.5200.13
HSL237.54º65.59%63.53%-
HSV(B)237.54º54.71%87.45%-
XYZ23.8418.472.11-
YUV117.84187.34115.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.49%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 223 (87.5% from 255) = 51.86%
R=23.49%
G=24.65%
B=51.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011062230.550.5200.13237.5465.5963.53
Hex656ADF37340Dee4240
Octal1451523376764015356102100
Binary1100101110101011011111110111110100011011110111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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