#6E46CC

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

Shades of Slate Blue #6E46CC

Tints of Slate Blue #6E46CC

Color information

#6E46CC (or 0x6E46CC) is unknown color: approx Slate Blue. HEX triplet: 6E, 46 and CC. RGB value is (110,70,204). Sum of RGB (Red+Green+Blue) = 110+70+204=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E46CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E46CC is #91B933. Grayscale: #606060. Windows color (decimal): -9550132 or 13387374. OLE color: 13387374.

HSL color Cylindrical-coordinate representation of color #6E46CC: hue angle of 257.91º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E46CC is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11070204-
CMYK0.460.6600.2
HSL257.91º56.78%53.73%-
HSV(B)257.91º65.69%80%-
XYZ19.5212.0558.42-
YUV97.24188.25137.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.65%
GREEN value IS 70 (27.73% from 255) = 18.23%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=28.65%
G=18.23%
B=53.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal110702040.460.6600.2257.9156.7853.73
Hex6E46CC2E420141023936
Octal156106314561020244027166
Binary11011101000110110011001011101000010010100100000010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E46CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,70,204); }

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

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

 a { background-color: rgb(110,70,204); }

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

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

 span { border-color: rgb(110,70,204); }

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