#6C47E0

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

Shades of Slate Blue #6C47E0

Tints of Slate Blue #6C47E0

Color information

#6C47E0 (or 0x6C47E0) is unknown color: approx Slate Blue. HEX triplet: 6C, 47 and E0. RGB value is (108,71,224). Sum of RGB (Red+Green+Blue) = 108+71+224=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #6C47E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C47E0 is #93B81F. Grayscale: #626262. Windows color (decimal): -9680928 or 14698348. OLE color: 14698348.

HSL color Cylindrical-coordinate representation of color #6C47E0: hue angle of 254.51º 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 #6C47E0 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10871224-
CMYK0.520.6800.12
HSL254.51º71.16%57.84%-
HSV(B)254.51º68.3%87.84%-
XYZ21.8913.0871.89-
YUV99.5198.26134.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.80%
GREEN value IS 71 (28.12% from 255) = 17.62%
BLUE value IS 224 (87.89% from 255) = 55.58%
R=26.80%
G=17.62%
B=55.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal108712240.520.6800.12254.5171.1657.84
Hex6C47E034440Cff473a
Octal1541073406410401437710772
Binary1101100100011111100000110100100010001100111111111000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C47E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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