#6E48CA

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

Shades of Slate Blue #6E48CA

Tints of Slate Blue #6E48CA

Color information

#6E48CA (or 0x6E48CA) is unknown color: approx Slate Blue. HEX triplet: 6E, 48 and CA. RGB value is (110,72,202). Sum of RGB (Red+Green+Blue) = 110+72+202=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E48CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E48CA is #91B735. Grayscale: #616161. Windows color (decimal): -9549622 or 13256814. OLE color: 13256814.

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

Color convert

RGB11072202-
CMYK0.460.6400.21
HSL257.54º55.08%53.73%-
HSV(B)257.54º64.36%79.22%-
XYZ19.4112.2157.21-
YUV98.18186.59136.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.65%
GREEN value IS 72 (28.52% from 255) = 18.75%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=28.65%
G=18.75%
B=52.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110722020.460.6400.21257.5455.0853.73
Hex6E48CA2E400151023736
Octal156110312561000254026766
Binary11011101001000110010101011101000000010101100000010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E48CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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