Html Css Color HEX #6D4ECE Slate Blue

📋 copy color: '#6D4ECE'

red 109 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #6D4ECE

Tints of Slate Blue #6D4ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.85%

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

R = 27.74%
G = 19.85%
B = 52.42%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D4ECE (or 0x6D4ECE) is known color: Slate Blue. HEX triplet: 6D, 4E and CE. RGB value is (109,78,206). Sum of RGB (Red+Green+Blue) = 109+78+206=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4ECE is #92B131. Grayscale: #656565. Windows color (decimal): -9613618 or 13520493. OLE color: 13520493.

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

Color convert

RGB 109 78 206 -
CMYK 0.47 0.62 0 0.19
HSL 254.53º 0.57% 0.56% -
HSV(B) 254.53º 0.62% 0.81% -
XYZ 20.17 13.16 59.87 -
YUV 101.86 186.77 133.09 -
System Red Green Blue C M Y K H S L
Decimal 109 78 206 0.47 0.62 0 0.19 254.53 0.57 0.56
Hex 6D 4E CE 2F 3E 0 13 FF 39 38
Octal 155 116 316 57 76 0 23 377 71 70
Binary 1101101 1001110 11001110 101111 111110 0 10011 11111111 111001 111000

Color Harmonies of #6D4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4ECE

Black with #6D4ECE

Text Example


Text Example

White with #6D4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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