#656CD4

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

Shades of Slate Blue #656CD4

Tints of Slate Blue #656CD4

Color information

#656CD4 (or 0x656CD4) is unknown color: approx Slate Blue. HEX triplet: 65, 6C and D4. RGB value is (101,108,212). Sum of RGB (Red+Green+Blue) = 101+108+212=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 212 (83.20% from 255 or 50.36% from 421); Max value from RGB is 212 - color contains mainly: blue. Hex color #656CD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656CD4 is #9A932B. Grayscale: #757575. Windows color (decimal): -10130220 or 13921381. OLE color: 13921381.

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

Color convert

RGB101108212-
CMYK0.520.4900.17
HSL236.22º56.35%61.37%-
HSV(B)236.22º52.36%83.14%-
XYZ22.6118.2564.62-
YUV117.76181.18116.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.99%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 212 (83.20% from 255) = 50.36%
R=23.99%
G=25.65%
B=50.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1011082120.520.4900.17236.2256.3561.37
Hex656CD43431011ec383d
Octal14515432464610213547075
Binary110010111011001101010011010011000101000111101100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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