#6C56E5

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

Shades of Slate Blue #6C56E5

Tints of Slate Blue #6C56E5

Color information

#6C56E5 (or 0x6C56E5) is unknown color: approx Slate Blue. HEX triplet: 6C, 56 and E5. RGB value is (108,86,229). Sum of RGB (Red+Green+Blue) = 108+86+229=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #6C56E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C56E5 is #93A91A. Grayscale: #6C6C6C. Windows color (decimal): -9677083 or 15029868. OLE color: 15029868.

HSL color Cylindrical-coordinate representation of color #6C56E5: hue angle of 249.23º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C56E5 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10886229-
CMYK0.530.6200.10
HSL249.23º73.33%61.76%-
HSV(B)249.23º62.45%89.8%-
XYZ23.6515.575.87-
YUV108.88195.79127.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 86 (33.98% from 255) = 20.33%
BLUE value IS 229 (89.84% from 255) = 54.14%
R=25.53%
G=20.33%
B=54.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal108862290.530.6200.10249.2373.3361.76
Hex6C56E5353E0Af9493e
Octal154126345657601237111176
Binary110110010101101110010111010111111001010111110011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C56E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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