#6C56C5

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

Shades of Slate Blue #6C56C5

Tints of Slate Blue #6C56C5

Color information

#6C56C5 (or 0x6C56C5) is unknown color: approx Slate Blue. HEX triplet: 6C, 56 and C5. RGB value is (108,86,197). Sum of RGB (Red+Green+Blue) = 108+86+197=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 197 (77.34% from 255 or 50.38% from 391); Max value from RGB is 197 - color contains mainly: blue. Hex color #6C56C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C56C5 is #93A93A. Grayscale: #686868. Windows color (decimal): -9677115 or 12932716. OLE color: 12932716.

HSL color Cylindrical-coordinate representation of color #6C56C5: hue angle of 251.89º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C56C5 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10886197-
CMYK0.450.5600.23
HSL251.89º48.9%55.49%-
HSV(B)251.89º56.35%77.25%-
XYZ19.5913.8754.47-
YUV105.23179.79129.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.62%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 197 (77.34% from 255) = 50.38%
R=27.62%
G=21.99%
B=50.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal108861970.450.5600.23251.8948.955.49
Hex6C56C52D38017fc3137
Octal15412630555700273746167
Binary110110010101101100010110110111100001011111111100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C56C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C56C5; }

 p { color: rgb(108,86,197); }

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

<style>
 a { background-color: #6C56C5; }

 a { background-color: rgb(108,86,197); }

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

<style>
 span { border-color: #6C56C5; }

 span { border-color: rgb(108,86,197); }

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