#6049E2

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

Shades of Slate Blue #6049E2

Tints of Slate Blue #6049E2

Color information

#6049E2 (or 0x6049E2) is unknown color: approx Slate Blue. HEX triplet: 60, 49 and E2. RGB value is (96,73,226). Sum of RGB (Red+Green+Blue) = 96+73+226=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 226 (88.67% from 255 or 57.22% from 395); Max value from RGB is 226 - color contains mainly: blue. Hex color #6049E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049E2 is #9FB61D. Grayscale: #606060. Windows color (decimal): -10466846 or 14829920. OLE color: 14829920.

HSL color Cylindrical-coordinate representation of color #6049E2: hue angle of 249.02º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6049E2 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9673226-
CMYK0.580.6800.11
HSL249.02º72.51%58.63%-
HSV(B)249.02º67.7%88.63%-
XYZ20.9312.7473.31-
YUV97.32200.62127.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 73 (28.91% from 255) = 18.48%
BLUE value IS 226 (88.67% from 255) = 57.22%
R=24.30%
G=18.48%
B=57.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal96732260.580.6800.11249.0272.5158.63
Hex6049E23A440Bf9493b
Octal1401113427210401337111173
Binary1100000100100111100010111010100010001011111110011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6049E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6049E2; }

 p { color: rgb(96,73,226); }

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

<style>
 a { background-color: #6049E2; }

 a { background-color: rgb(96,73,226); }

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

<style>
 span { border-color: #6049E2; }

 span { border-color: rgb(96,73,226); }

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