Html Css Color HEX #6D49AE Studio

📋 copy color: '#6D49AE'

red 109 ◦ green 73 ◦ blue 174

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

Shades of Studio #6D49AE

Tints of Studio #6D49AE

RGB

 RED value IS 109 (42.97% from 255) = 30.62%

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

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 30.62%
G = 20.51%
B = 48.88%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D49AE (or 0x6D49AE) is known color: Studio. HEX triplet: 6D, 49 and AE. RGB value is (109,73,174). Sum of RGB (Red+Green+Blue) = 109+73+174=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D49AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D49AE is #92B651. Grayscale: #5E5E5E. Windows color (decimal): -9614930 or 11422061. OLE color: 11422061.

HSL color Cylindrical-coordinate representation of color #6D49AE: hue angle of 261.39º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D49AE is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 73 174 -
CMYK 0.37 0.58 0 0.32
HSL 261.39º 0.41% 0.48% -
HSV(B) 261.39º 0.58% 0.68% -
XYZ 16.33 11.07 41.32 -
YUV 95.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 109 73 174 0.37 0.58 0 0.32 261.39 0.41 0.48
Hex 6D 49 AE 25 3A 0 20 105 29 30
Octal 155 111 256 45 72 0 40 405 51 60
Binary 1101101 1001001 10101110 100101 111010 0 100000 100000101 101001 110000

Color Harmonies of #6D49AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D49AE

Black with #6D49AE

Text Example


Text Example

White with #6D49AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,73,174); }

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

background-color css

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

 a { background-color: rgb(109,73,174); }

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

border-color css

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

 span { border-color: rgb(109,73,174); }

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