Html Css Color HEX #6D5ECE Slate Blue

📋 copy color: '#6D5ECE'

red 109 ◦ green 94 ◦ blue 206

#6D5ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6D5ECE

Tints of Slate Blue #6D5ECE

RGB

 RED value IS 109 (42.97% from 255) = 26.65%

 GREEN value IS 94 (37.11% from 255) = 22.98%

 BLUE value IS 206 (80.86% from 255) = 50.37%

R = 26.65%
G = 22.98%
B = 50.37%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D5ECE (or 0x6D5ECE) is known color: Slate Blue. HEX triplet: 6D, 5E and CE. RGB value is (109,94,206). Sum of RGB (Red+Green+Blue) = 109+94+206=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D5ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5ECE is #92A131. Grayscale: #6E6E6E. Windows color (decimal): -9609522 or 13524589. OLE color: 13524589.

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

Color convert

RGB 109 94 206 -
CMYK 0.47 0.54 0 0.19
HSL 248.04º 0.53% 0.59% -
HSV(B) 248.04º 0.54% 0.81% -
XYZ 21.45 15.71 60.29 -
YUV 111.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 109 94 206 0.47 0.54 0 0.19 248.04 0.53 0.59
Hex 6D 5E CE 2F 36 0 13 F8 35 3B
Octal 155 136 316 57 66 0 23 370 65 73
Binary 1101101 1011110 11001110 101111 110110 0 10011 11111000 110101 111011

Color Harmonies of #6D5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5ECE

Black with #6D5ECE

Text Example


Text Example

White with #6D5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D5ECE;
 }
 .AnyTagClassName
 {
   color: #6D5ECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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