#6147E1

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

Shades of Slate Blue #6147E1

Tints of Slate Blue #6147E1

Color information

#6147E1 (or 0x6147E1) is unknown color: approx Slate Blue. HEX triplet: 61, 47 and E1. RGB value is (97,71,225). Sum of RGB (Red+Green+Blue) = 97+71+225=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #6147E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6147E1 is #9EB81E. Grayscale: #5F5F5F. Windows color (decimal): -10401823 or 14763873. OLE color: 14763873.

HSL color Cylindrical-coordinate representation of color #6147E1: hue angle of 250.13º degrees, saturation: 0.72, 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 #6147E1 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9771225-
CMYK0.570.6800.12
HSL250.13º71.96%58.04%-
HSV(B)250.13º68.44%88.24%-
XYZ20.7712.4872.55-
YUV96.33200.61128.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 225 (88.28% from 255) = 57.25%
R=24.68%
G=18.07%
B=57.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal97712250.570.6800.12250.1371.9658.04
Hex6147E139440Cfa483a
Octal1411073417110401437211072
Binary1100001100011111100001111001100010001100111110101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6147E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6147E1; }

 p { color: rgb(97,71,225); }

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

<style>
 a { background-color: #6147E1; }

 a { background-color: rgb(97,71,225); }

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

<style>
 span { border-color: #6147E1; }

 span { border-color: rgb(97,71,225); }

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