#6E4ACA

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

Shades of Slate Blue #6E4ACA

Tints of Slate Blue #6E4ACA

Color information

#6E4ACA (or 0x6E4ACA) is unknown color: approx Slate Blue. HEX triplet: 6E, 4A and CA. RGB value is (110,74,202). Sum of RGB (Red+Green+Blue) = 110+74+202=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E4ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4ACA is #91B535. Grayscale: #626262. Windows color (decimal): -9549110 or 13257326. OLE color: 13257326.

HSL color Cylindrical-coordinate representation of color #6E4ACA: hue angle of 256.88º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E4ACA is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11074202-
CMYK0.460.6300.21
HSL256.88º54.7%54.12%-
HSV(B)256.88º63.37%79.22%-
XYZ19.5412.4857.26-
YUV99.36185.93135.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=28.50%
G=19.17%
B=52.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110742020.460.6300.21256.8854.754.12
Hex6E4ACA2E3F0151013736
Octal15611231256770254016766
Binary1101110100101011001010101110111111010101100000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,74,202); }

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

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

 a { background-color: rgb(110,74,202); }

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

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

 span { border-color: rgb(110,74,202); }

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