#6D5ECA

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

Shades of Slate Blue #6D5ECA

Tints of Slate Blue #6D5ECA

Color information

#6D5ECA (or 0x6D5ECA) is unknown color: approx Slate Blue. HEX triplet: 6D, 5E and CA. RGB value is (109,94,202). Sum of RGB (Red+Green+Blue) = 109+94+202=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D5ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5ECA is #92A135. Grayscale: #6E6E6E. Windows color (decimal): -9609526 or 13262445. OLE color: 13262445.

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

Color convert

RGB10994202-
CMYK0.460.5300.21
HSL248.33º50.47%58.04%-
HSV(B)248.33º53.47%79.22%-
XYZ20.9715.5257.77-
YUV110.8179.47126.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.91%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 202 (79.30% from 255) = 49.88%
R=26.91%
G=23.21%
B=49.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109942020.460.5300.21248.3350.4758.04
Hex6D5ECA2E35015f8323a
Octal15513631256650253706272
Binary110110110111101100101010111011010101010111111000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,94,202); }

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

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

 a { background-color: rgb(109,94,202); }

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

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

 span { border-color: rgb(109,94,202); }

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