#656FD3

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

Shades of Slate Blue #656FD3

Tints of Slate Blue #656FD3

Color information

#656FD3 (or 0x656FD3) is unknown color: approx Slate Blue. HEX triplet: 65, 6F and D3. RGB value is (101,111,211). Sum of RGB (Red+Green+Blue) = 101+111+211=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #656FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FD3 is #9A902C. Grayscale: #777777. Windows color (decimal): -10129453 or 13856613. OLE color: 13856613.

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

Color convert

RGB101111211-
CMYK0.520.4700.17
HSL234.55º55.56%61.18%-
HSV(B)234.55º52.13%82.75%-
XYZ22.8118.8464.06-
YUV119.41179.69114.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.88%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 211 (82.81% from 255) = 49.88%
R=23.88%
G=26.24%
B=49.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1011112110.520.4700.17234.5555.5661.18
Hex656FD3342F011eb383d
Octal14515732364570213537075
Binary110010111011111101001111010010111101000111101011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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