#6C46E4

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

Shades of Slate Blue #6C46E4

Tints of Slate Blue #6C46E4

Color information

#6C46E4 (or 0x6C46E4) is unknown color: approx Slate Blue. HEX triplet: 6C, 46 and E4. RGB value is (108,70,228). Sum of RGB (Red+Green+Blue) = 108+70+228=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 228 (89.45% from 255 or 56.16% from 406); Max value from RGB is 228 - color contains mainly: blue. Hex color #6C46E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C46E4 is #93B91B. Grayscale: #626262. Windows color (decimal): -9681180 or 14960236. OLE color: 14960236.

HSL color Cylindrical-coordinate representation of color #6C46E4: hue angle of 254.43º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C46E4 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10870228-
CMYK0.530.6900.11
HSL254.43º74.53%58.43%-
HSV(B)254.43º69.3%89.41%-
XYZ22.3813.1774.76-
YUV99.37200.59134.15-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 228 (89.45% from 255) = 56.16%
R=26.60%
G=17.24%
B=56.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal108702280.530.6900.11254.4374.5358.43
Hex6C46E435450Bfe4b3a
Octal1541063446510501337611372
Binary1101100100011011100100110101100010101011111111101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C46E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,70,228); }

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

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

 a { background-color: rgb(108,70,228); }

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

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

 span { border-color: rgb(108,70,228); }

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