Html Css Color HEX #6049C5 Slate Blue

📋 copy color: '#6049C5'

red 96 ◦ green 73 ◦ blue 197

#6049C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6049C5

Tints of Slate Blue #6049C5

RGB

 RED value IS 96 (37.89% from 255) = 26.23%

 GREEN value IS 73 (28.91% from 255) = 19.95%

 BLUE value IS 197 (77.34% from 255) = 53.83%

R = 26.23%
G = 19.95%
B = 53.83%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6049C5 (or 0x6049C5) is known color: Slate Blue. HEX triplet: 60, 49 and C5. RGB value is (96,73,197). Sum of RGB (Red+Green+Blue) = 96+73+197=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 197 (77.34% from 255 or 53.83% from 366); Max value from RGB is 197 - color contains mainly: blue. Hex color #6049C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049C5 is #9FB63A. Grayscale: #5D5D5D. Windows color (decimal): -10466875 or 12929376. OLE color: 12929376.

HSL color Cylindrical-coordinate representation of color #6049C5: hue angle of 251.13º degrees, saturation: 0.52, 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 #6049C5 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 73 197 -
CMYK 0.51 0.63 0 0.23
HSL 251.13º 0.52% 0.53% -
HSV(B) 251.13º 0.63% 0.77% -
XYZ 17.28 11.28 54.09 -
YUV 94.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 96 73 197 0.51 0.63 0 0.23 251.13 0.52 0.53
Hex 60 49 C5 33 3F 0 17 FB 34 35
Octal 140 111 305 63 77 0 27 373 64 65
Binary 1100000 1001001 11000101 110011 111111 0 10111 11111011 110100 110101

Color Harmonies of #6049C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049C5

Black with #6049C5

Text Example


Text Example

White with #6049C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6049C5;
 }
 .AnyTagClassName
 {
   color: #6049C5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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