#6C40EA

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

Shades of Slate Blue #6C40EA

Tints of Slate Blue #6C40EA

Color information

#6C40EA (or 0x6C40EA) is unknown color: approx Slate Blue. HEX triplet: 6C, 40 and EA. RGB value is (108,64,234). Sum of RGB (Red+Green+Blue) = 108+64+234=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C40EA is #93BF15. Grayscale: #5F5F5F. Windows color (decimal): -9682710 or 15351916. OLE color: 15351916.

HSL color Cylindrical-coordinate representation of color #6C40EA: hue angle of 255.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C40EA is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10864234-
CMYK0.540.7300.08
HSL255.53º80.19%58.43%-
HSV(B)255.53º72.65%91.76%-
XYZ22.8712.879.11-
YUV96.54205.58136.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 234 (91.80% from 255) = 57.64%
R=26.60%
G=15.76%
B=57.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal108642340.540.7300.08255.5380.1958.43
Hex6C40EA364908100503a
Octal1541003526611101040012072
Binary11011001000000111010101101101001001010001000000001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C40EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,64,234); }

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

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

 a { background-color: rgb(108,64,234); }

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

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

 span { border-color: rgb(108,64,234); }

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