#6A47CE

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

Shades of Slate Blue #6A47CE

Tints of Slate Blue #6A47CE

Color information

#6A47CE (or 0x6A47CE) is unknown color: approx Slate Blue. HEX triplet: 6A, 47 and CE. RGB value is (106,71,206). Sum of RGB (Red+Green+Blue) = 106+71+206=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A47CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A47CE is #95B831. Grayscale: #606060. Windows color (decimal): -9812018 or 13518698. OLE color: 13518698.

HSL color Cylindrical-coordinate representation of color #6A47CE: hue angle of 255.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A47CE is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10671206-
CMYK0.490.6600.19
HSL255.56º57.94%54.31%-
HSV(B)255.56º65.53%80.78%-
XYZ19.3412.0359.69-
YUV96.85189.6134.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 71 (28.12% from 255) = 18.54%
BLUE value IS 206 (80.86% from 255) = 53.79%
R=27.68%
G=18.54%
B=53.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal106712060.490.6600.19255.5657.9454.31
Hex6A47CE31420131003a36
Octal152107316611020234007266
Binary11010101000111110011101100011000010010011100000000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A47CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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