#6D4FCA

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

Shades of Slate Blue #6D4FCA

Tints of Slate Blue #6D4FCA

Color information

#6D4FCA (or 0x6D4FCA) is unknown color: approx Slate Blue. HEX triplet: 6D, 4F and CA. RGB value is (109,79,202). Sum of RGB (Red+Green+Blue) = 109+79+202=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D4FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4FCA is #92B035. Grayscale: #656565. Windows color (decimal): -9613366 or 13258605. OLE color: 13258605.

HSL color Cylindrical-coordinate representation of color #6D4FCA: hue angle of 254.63º 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 #6D4FCA is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10979202-
CMYK0.460.6100.21
HSL254.63º53.71%55.1%-
HSV(B)254.63º60.89%79.22%-
XYZ19.7613.1157.37-
YUV101.99184.44133-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.95%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 202 (79.30% from 255) = 51.79%
R=27.95%
G=20.26%
B=51.79%

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
Decimal109792020.460.6100.21254.6353.7155.1
Hex6D4FCA2E3D015ff3637
Octal15511731256750253776667
Binary110110110011111100101010111011110101010111111111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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