#6C5DCA

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

Shades of Slate Blue #6C5DCA

Tints of Slate Blue #6C5DCA

Color information

#6C5DCA (or 0x6C5DCA) is unknown color: approx Slate Blue. HEX triplet: 6C, 5D and CA. RGB value is (108,93,202). Sum of RGB (Red+Green+Blue) = 108+93+202=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C5DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DCA is #93A235. Grayscale: #6D6D6D. Windows color (decimal): -9675318 or 13262188. OLE color: 13262188.

HSL color Cylindrical-coordinate representation of color #6C5DCA: hue angle of 248.26º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C5DCA is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10893202-
CMYK0.470.5400.21
HSL248.26º50.7%57.84%-
HSV(B)248.26º53.96%79.22%-
XYZ20.7615.2857.73-
YUV109.91179.97126.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.80%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=26.80%
G=23.08%
B=50.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal108932020.470.5400.21248.2650.757.84
Hex6C5DCA2F36015f8333a
Octal15413531257660253706372
Binary110110010111011100101010111111011001010111111000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,93,202); }

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

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

 a { background-color: rgb(108,93,202); }

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

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

 span { border-color: rgb(108,93,202); }

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