#6A47DE

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

Shades of Slate Blue #6A47DE

Tints of Slate Blue #6A47DE

Color information

#6A47DE (or 0x6A47DE) is unknown color: approx Slate Blue. HEX triplet: 6A, 47 and DE. RGB value is (106,71,222). Sum of RGB (Red+Green+Blue) = 106+71+222=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A47DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A47DE is #95B821. Grayscale: #626262. Windows color (decimal): -9812002 or 14567274. OLE color: 14567274.

HSL color Cylindrical-coordinate representation of color #6A47DE: hue angle of 253.91º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A47DE is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10671222-
CMYK0.520.6800.13
HSL253.91º69.59%57.45%-
HSV(B)253.91º68.02%87.06%-
XYZ21.3812.8470.46-
YUV98.68197.6133.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 71 (28.12% from 255) = 17.79%
BLUE value IS 222 (87.11% from 255) = 55.64%
R=26.57%
G=17.79%
B=55.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106712220.520.6800.13253.9169.5957.45
Hex6A47DE34440Dfe4639
Octal1521073366410401537610671
Binary1101010100011111011110110100100010001101111111101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A47DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,71,222); }

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

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

 a { background-color: rgb(106,71,222); }

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

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

 span { border-color: rgb(106,71,222); }

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