Html Css Color HEX #6049C4 Slate Blue

📋 copy color: '#6049C4'

red 96 ◦ green 73 ◦ blue 196

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

Shades of Slate Blue #6049C4

Tints of Slate Blue #6049C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 53.7%

R = 26.3%
G = 20%
B = 53.7%

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

#6049C4 (or 0x6049C4) is known color: 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

RGB 96 73 196 -
CMYK 0.51 0.63 0 0.23
HSL 251.22º 0.51% 0.53% -
HSV(B) 251.22º 0.63% 0.77% -
XYZ 17.17 11.24 53.49 -
YUV 93.9 185.62 129.5 -
System Red Green Blue C M Y K H S L
Decimal 96 73 196 0.51 0.63 0 0.23 251.22 0.51 0.53
Hex 60 49 C4 33 3F 0 17 FB 33 35
Octal 140 111 304 63 77 0 27 373 63 65
Binary 1100000 1001001 11000100 110011 111111 0 10111 11111011 110011 110101

Color Harmonies of #6049C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049C4

Black with #6049C4

Text Example


Text Example

White with #6049C4

Text Example


Text Example

HTML Codes & Css Web 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>