#6D47E0

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

Shades of Slate Blue #6D47E0

Tints of Slate Blue #6D47E0

Color information

#6D47E0 (or 0x6D47E0) is unknown color: approx Slate Blue. HEX triplet: 6D, 47 and E0. RGB value is (109,71,224). Sum of RGB (Red+Green+Blue) = 109+71+224=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #6D47E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D47E0 is #92B81F. Grayscale: #636363. Windows color (decimal): -9615392 or 14698349. OLE color: 14698349.

HSL color Cylindrical-coordinate representation of color #6D47E0: hue angle of 254.9º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D47E0 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10971224-
CMYK0.510.6800.12
HSL254.9º71.16%57.84%-
HSV(B)254.9º68.3%87.84%-
XYZ22.0113.1471.9-
YUV99.8198.09134.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.98%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 224 (87.89% from 255) = 55.45%
R=26.98%
G=17.57%
B=55.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal109712240.510.6800.12254.971.1657.84
Hex6D47E033440Cff473a
Octal1551073406310401437710772
Binary1101101100011111100000110011100010001100111111111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D47E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,71,224); }

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

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

 a { background-color: rgb(109,71,224); }

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

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

 span { border-color: rgb(109,71,224); }

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