#6C41ED

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

Shades of Slate Blue #6C41ED

Tints of Slate Blue #6C41ED

Color information

#6C41ED (or 0x6C41ED) is unknown color: approx Slate Blue. HEX triplet: 6C, 41 and ED. RGB value is (108,65,237). Sum of RGB (Red+Green+Blue) = 108+65+237=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C41ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C41ED is #93BE12. Grayscale: #606060. Windows color (decimal): -9682451 or 15548780. OLE color: 15548780.

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

Color convert

RGB10865237-
CMYK0.540.7300.07
HSL255º82.69%59.22%-
HSV(B)255º72.57%92.94%-
XYZ23.3613.0881.41-
YUV97.46206.75135.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.34%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 237 (92.97% from 255) = 57.80%
R=26.34%
G=15.85%
B=57.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal108652370.540.7300.0725582.6959.22
Hex6C41ED364907ff533b
Octal154101355661110737712373
Binary110110010000011110110111011010010010111111111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C41ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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