#6E4FCA

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

Shades of Slate Blue #6E4FCA

Tints of Slate Blue #6E4FCA

Color information

#6E4FCA (or 0x6E4FCA) is unknown color: approx Slate Blue. HEX triplet: 6E, 4F and CA. RGB value is (110,79,202). Sum of RGB (Red+Green+Blue) = 110+79+202=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E4FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FCA is #91B035. Grayscale: #656565. Windows color (decimal): -9547830 or 13258606. OLE color: 13258606.

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

Color convert

RGB11079202-
CMYK0.460.6100.21
HSL255.12º53.71%55.1%-
HSV(B)255.12º60.89%79.22%-
XYZ19.8913.1757.37-
YUV102.29184.27133.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.13%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=28.13%
G=20.20%
B=51.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110792020.460.6100.21255.1253.7155.1
Hex6E4FCA2E3D015ff3637
Octal15611731256750253776667
Binary110111010011111100101010111011110101010111111111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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