Html Css Color HEX #6C4EED Medium Slate Blue

📋 copy color: '#6C4EED'

red 108 ◦ green 78 ◦ blue 237

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

Shades of Medium Slate Blue #6C4EED

Tints of Medium Slate Blue #6C4EED

RGB

 RED value IS 108 (42.58% from 255) = 25.53%

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

 BLUE value IS 237 (92.97% from 255) = 56.03%

R = 25.53%
G = 18.44%
B = 56.03%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6C4EED (or 0x6C4EED) is known color: Medium Slate Blue. HEX triplet: 6C, 4E and ED. RGB value is (108,78,237). Sum of RGB (Red+Green+Blue) = 108+78+237=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C4EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C4EED is #93B112. Grayscale: #686868. Windows color (decimal): -9679123 or 15552108. OLE color: 15552108.

HSL color Cylindrical-coordinate representation of color #6C4EED: hue angle of 251.32º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C4EED is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 78 237 -
CMYK 0.54 0.67 0 0.07
HSL 251.32º 0.82% 0.62% -
HSV(B) 251.32º 0.67% 0.93% -
XYZ 24.19 14.75 81.69 -
YUV 105.1 202.44 130.07 -
System Red Green Blue C M Y K H S L
Decimal 108 78 237 0.54 0.67 0 0.07 251.32 0.82 0.62
Hex 6C 4E ED 36 43 0 7 FB 52 3E
Octal 154 116 355 66 103 0 7 373 122 76
Binary 1101100 1001110 11101101 110110 1000011 0 111 11111011 1010010 111110

Color Harmonies of #6C4EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4EED

Black with #6C4EED

Text Example


Text Example

White with #6C4EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,78,237); }

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

background-color css

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

 a { background-color: rgb(108,78,237); }

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

border-color css

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

 span { border-color: rgb(108,78,237); }

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