#656FDC

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

Shades of Slate Blue #656FDC

Tints of Slate Blue #656FDC

Color information

#656FDC (or 0x656FDC) is unknown color: approx Slate Blue. HEX triplet: 65, 6F and DC. RGB value is (101,111,220). Sum of RGB (Red+Green+Blue) = 101+111+220=432 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.38% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #656FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #656FDC is #9A9023. Grayscale: #777777. Windows color (decimal): -10129444 or 14446437. OLE color: 14446437.

HSL color Cylindrical-coordinate representation of color #656FDC: hue angle of 234.96º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656FDC is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB101111220-
CMYK0.540.5000.14
HSL234.96º62.96%62.94%-
HSV(B)234.96º54.09%86.27%-
XYZ23.9719.370.17-
YUV120.44184.19114.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.38%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 220 (86.33% from 255) = 50.93%
R=23.38%
G=25.69%
B=50.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1011112200.540.5000.14234.9662.9662.94
Hex656FDC36320Eeb3f3f
Octal14515733466620163537777
Binary11001011101111110111001101101100100111011101011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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