Html Css Color HEX #6049CA Slate Blue

📋 copy color: '#6049CA'

red 96 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #6049CA

Tints of Slate Blue #6049CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 25.88%
G = 19.68%
B = 54.45%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6049CA (or 0x6049CA) is known color: Slate Blue. HEX triplet: 60, 49 and CA. RGB value is (96,73,202). Sum of RGB (Red+Green+Blue) = 96+73+202=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #6049CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049CA is #9FB635. Grayscale: #5E5E5E. Windows color (decimal): -10466870 or 13257056. OLE color: 13257056.

HSL color Cylindrical-coordinate representation of color #6049CA: hue angle of 250.7º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6049CA is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 73 202 -
CMYK 0.52 0.64 0 0.21
HSL 250.7º 0.55% 0.54% -
HSV(B) 250.7º 0.64% 0.79% -
XYZ 17.87 11.52 57.16 -
YUV 94.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 96 73 202 0.52 0.64 0 0.21 250.7 0.55 0.54
Hex 60 49 CA 34 40 0 15 FB 37 36
Octal 140 111 312 64 100 0 25 373 67 66
Binary 1100000 1001001 11001010 110100 1000000 0 10101 11111011 110111 110110

Color Harmonies of #6049CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6049CA

Black with #6049CA

Text Example


Text Example

White with #6049CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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