Html Css Color HEX #6A49CA Slate Blue

📋 copy color: '#6A49CA'

red 106 ◦ green 73 ◦ blue 202

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

Shades of Slate Blue #6A49CA

Tints of Slate Blue #6A49CA

RGB

 RED value IS 106 (41.8% from 255) = 27.82%

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

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

R = 27.82%
G = 19.16%
B = 53.02%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6A49CA (or 0x6A49CA) is known color: Slate Blue. HEX triplet: 6A, 49 and CA. RGB value is (106,73,202). Sum of RGB (Red+Green+Blue) = 106+73+202=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #6A49CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A49CA is #95B635. Grayscale: #616161. Windows color (decimal): -9811510 or 13257066. OLE color: 13257066.

HSL color Cylindrical-coordinate representation of color #6A49CA: hue angle of 255.35º 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 #6A49CA is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 73 202 -
CMYK 0.48 0.64 0 0.21
HSL 255.35º 0.55% 0.54% -
HSV(B) 255.35º 0.64% 0.79% -
XYZ 18.99 12.09 57.21 -
YUV 97.57 186.93 134.01 -
System Red Green Blue C M Y K H S L
Decimal 106 73 202 0.48 0.64 0 0.21 255.35 0.55 0.54
Hex 6A 49 CA 30 40 0 15 FF 37 36
Octal 152 111 312 60 100 0 25 377 67 66
Binary 1101010 1001001 11001010 110000 1000000 0 10101 11111111 110111 110110

Color Harmonies of #6A49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A49CA

Black with #6A49CA

Text Example


Text Example

White with #6A49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A49CA; }

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

 H1.HeaderClassName
 {
   color: #6A49CA;
 }
 .AnyTagClassName
 {
   color: #6A49CA;
 }
</style>

background-color css

<style>
 a { background-color: #6A49CA; }

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

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

border-color css

<style>
 span { border-color: #6A49CA; }

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

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