#6C4ECE

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

Shades of Slate Blue #6C4ECE

Tints of Slate Blue #6C4ECE

Color information

#6C4ECE (or 0x6C4ECE) is unknown color: approx Slate Blue. HEX triplet: 6C, 4E and CE. RGB value is (108,78,206). Sum of RGB (Red+Green+Blue) = 108+78+206=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4ECE is #93B131. Grayscale: #656565. Windows color (decimal): -9679154 or 13520492. OLE color: 13520492.

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

Color convert

RGB10878206-
CMYK0.480.6200.19
HSL254.06º56.64%55.69%-
HSV(B)254.06º62.14%80.78%-
XYZ20.0513.0959.86-
YUV101.56186.94132.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.55%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 206 (80.86% from 255) = 52.55%
R=27.55%
G=19.90%
B=52.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal108782060.480.6200.19254.0656.6455.69
Hex6C4ECE303E013fe3938
Octal15411631660760233767170
Binary110110010011101100111011000011111001001111111110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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