#6049DA

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

Shades of Slate Blue #6049DA

Tints of Slate Blue #6049DA

Color information

#6049DA (or 0x6049DA) is unknown color: approx Slate Blue. HEX triplet: 60, 49 and DA. RGB value is (96,73,218). Sum of RGB (Red+Green+Blue) = 96+73+218=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #6049DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049DA is #9FB625. Grayscale: #5F5F5F. Windows color (decimal): -10466854 or 14305632. OLE color: 14305632.

HSL color Cylindrical-coordinate representation of color #6049DA: hue angle of 249.52º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6049DA is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9673218-
CMYK0.560.6700.15
HSL249.52º66.21%57.06%-
HSV(B)249.52º66.51%85.49%-
XYZ19.8612.3167.66-
YUV96.41196.62127.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.81%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 218 (85.55% from 255) = 56.33%
R=24.81%
G=18.86%
B=56.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96732180.560.6700.15249.5266.2157.06
Hex6049DA38430Ffa4239
Octal1401113327010301737210271
Binary1100000100100111011010111000100001101111111110101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6049DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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