#6149E5

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

Shades of Slate Blue #6149E5

Tints of Slate Blue #6149E5

Color information

#6149E5 (or 0x6149E5) is unknown color: approx Slate Blue. HEX triplet: 61, 49 and E5. RGB value is (97,73,229). Sum of RGB (Red+Green+Blue) = 97+73+229=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #6149E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6149E5 is #9EB61A. Grayscale: #616161. Windows color (decimal): -10401307 or 15026529. OLE color: 15026529.

HSL color Cylindrical-coordinate representation of color #6149E5: hue angle of 249.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6149E5 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9773229-
CMYK0.580.6800.10
HSL249.23º75%59.22%-
HSV(B)249.23º68.12%89.8%-
XYZ21.4612.9675.5-
YUV97.96201.95127.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 229 (89.84% from 255) = 57.39%
R=24.31%
G=18.30%
B=57.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal97732290.580.6800.10249.237559.22
Hex6149E53A440Af94b3b
Octal1411113457210401237111373
Binary1100001100100111100101111010100010001010111110011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6149E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6149E5; }

 p { color: rgb(97,73,229); }

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

<style>
 a { background-color: #6149E5; }

 a { background-color: rgb(97,73,229); }

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

<style>
 span { border-color: #6149E5; }

 span { border-color: rgb(97,73,229); }

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