#656DD1

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

Shades of Slate Blue #656DD1

Tints of Slate Blue #656DD1

Color information

#656DD1 (or 0x656DD1) is unknown color: approx Slate Blue. HEX triplet: 65, 6D and D1. RGB value is (101,109,209). Sum of RGB (Red+Green+Blue) = 101+109+209=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #656DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656DD1 is #9A922E. Grayscale: #757575. Windows color (decimal): -10129967 or 13725029. OLE color: 13725029.

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

Color convert

RGB101109209-
CMYK0.520.4800.18
HSL235.56º54%60.78%-
HSV(B)235.56º51.67%81.96%-
XYZ22.3418.3162.68-
YUV118.01179.35115.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.11%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 209 (82.03% from 255) = 49.88%
R=24.11%
G=26.01%
B=49.88%

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
Decimal1011092090.520.4800.18235.565460.78
Hex656DD13430012ec363d
Octal14515532164600223546675
Binary110010111011011101000111010011000001001011101100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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