#656FD2

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

Shades of Slate Blue #656FD2

Tints of Slate Blue #656FD2

Color information

#656FD2 (or 0x656FD2) is unknown color: approx Slate Blue. HEX triplet: 65, 6F and D2. RGB value is (101,111,210). Sum of RGB (Red+Green+Blue) = 101+111+210=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 210 (82.42% from 255 or 49.76% from 422); Max value from RGB is 210 - color contains mainly: blue. Hex color #656FD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FD2 is #9A902D. Grayscale: #767676. Windows color (decimal): -10129454 or 13791077. OLE color: 13791077.

HSL color Cylindrical-coordinate representation of color #656FD2: hue angle of 234.5º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #656FD2 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101111210-
CMYK0.520.4700.18
HSL234.5º54.77%60.98%-
HSV(B)234.5º51.9%82.35%-
XYZ22.6818.7963.4-
YUV119.3179.19114.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.93%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 210 (82.42% from 255) = 49.76%
R=23.93%
G=26.30%
B=49.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011112100.520.4700.18234.554.7760.98
Hex656FD2342F012ea373d
Octal14515732264570223526775
Binary110010111011111101001011010010111101001011101010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,111,210); }

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

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

 a { background-color: rgb(101,111,210); }

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

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

 span { border-color: rgb(101,111,210); }

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