Html Css Color HEX #6C5ECE Slate Blue

📋 copy color: '#6C5ECE'

red 108 ◦ green 94 ◦ blue 206

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

Shades of Slate Blue #6C5ECE

Tints of Slate Blue #6C5ECE

RGB

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

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

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

R = 26.47%
G = 23.04%
B = 50.49%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C5ECE (or 0x6C5ECE) is known color: Slate Blue. HEX triplet: 6C, 5E and CE. RGB value is (108,94,206). Sum of RGB (Red+Green+Blue) = 108+94+206=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C5ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5ECE is #93A131. Grayscale: #6E6E6E. Windows color (decimal): -9675058 or 13524588. OLE color: 13524588.

HSL color Cylindrical-coordinate representation of color #6C5ECE: hue angle of 247.5º 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 #6C5ECE is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 94 206 -
CMYK 0.48 0.54 0 0.19
HSL 247.5º 0.53% 0.59% -
HSV(B) 247.5º 0.54% 0.81% -
XYZ 21.33 15.65 60.29 -
YUV 110.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 108 94 206 0.48 0.54 0 0.19 247.5 0.53 0.59
Hex 6C 5E CE 30 36 0 13 F8 35 3B
Octal 154 136 316 60 66 0 23 370 65 73
Binary 1101100 1011110 11001110 110000 110110 0 10011 11111000 110101 111011

Color Harmonies of #6C5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5ECE

Black with #6C5ECE

Text Example


Text Example

White with #6C5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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