#6049c4

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

Shades of Slate Blue #6049C4

Tints of Slate Blue #6049C4

Color information

#6049C4 (or 0x6049C4) is unknown color: approx Slate Blue. HEX triplet: 60, 49 and C4. RGB value is (96,73,196). Sum of RGB (Red+Green+Blue) = 96+73+196=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #6049C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049C4 is #9FB63B. Grayscale: #5D5D5D. Windows color (decimal): -10466876 or 12863840. OLE color: 12863840.

HSL color Cylindrical-coordinate representation of color #6049C4: hue angle of 251.22º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6049C4 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9673196-
CMYK0.510.6300.23
HSL251.22º51.04%52.75%-
HSV(B)251.22º62.76%76.86%-
XYZ17.1711.2453.49-
YUV93.9185.62129.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 196 (76.95% from 255) = 53.70%
R=26.30%
G=20%
B=53.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal96731960.510.6300.23251.2251.0452.75
Hex6049C4333F017fb3335
Octal14011130463770273736365
Binary110000010010011100010011001111111101011111111011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6049c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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