#656CD1

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

Shades of Slate Blue #656CD1

Tints of Slate Blue #656CD1

Color information

#656CD1 (or 0x656CD1) is unknown color: approx Slate Blue. HEX triplet: 65, 6C and D1. RGB value is (101,108,209). Sum of RGB (Red+Green+Blue) = 101+108+209=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #656CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CD1 is #9A932E. Grayscale: #757575. Windows color (decimal): -10130223 or 13724773. OLE color: 13724773.

HSL color Cylindrical-coordinate representation of color #656CD1: hue angle of 236.11º degrees, saturation: 0.54, 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 #656CD1 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101108209-
CMYK0.520.4800.18
HSL236.11º54%60.78%-
HSV(B)236.11º51.67%81.96%-
XYZ22.2418.162.64-
YUV117.42179.68116.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.16%
GREEN value IS 108 (42.58% from 255) = 25.84%
BLUE value IS 209 (82.03% from 255) = 50%
R=24.16%
G=25.84%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011082090.520.4800.18236.115460.78
Hex656CD13430012ec363d
Octal14515432164600223546675
Binary110010111011001101000111010011000001001011101100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,108,209); }

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

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

 a { background-color: rgb(101,108,209); }

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

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

 span { border-color: rgb(101,108,209); }

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