#6C5ACE

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

Shades of Slate Blue #6C5ACE

Tints of Slate Blue #6C5ACE

Color information

#6C5ACE (or 0x6C5ACE) is unknown color: approx Slate Blue. HEX triplet: 6C, 5A and CE. RGB value is (108,90,206). Sum of RGB (Red+Green+Blue) = 108+90+206=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5ACE is #93A531. Grayscale: #6C6C6C. Windows color (decimal): -9676082 or 13523564. OLE color: 13523564.

HSL color Cylindrical-coordinate representation of color #6C5ACE: hue angle of 249.31º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C5ACE is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10890206-
CMYK0.480.5600.19
HSL249.31º54.21%58.04%-
HSV(B)249.31º56.31%80.78%-
XYZ20.9814.9660.17-
YUV108.61182.96127.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.73%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 206 (80.86% from 255) = 50.99%
R=26.73%
G=22.28%
B=50.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal108902060.480.5600.19249.3154.2158.04
Hex6C5ACE3038013f9363a
Octal15413231660700233716672
Binary110110010110101100111011000011100001001111111001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,90,206); }

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

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

 a { background-color: rgb(108,90,206); }

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

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

 span { border-color: rgb(108,90,206); }

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