Html Css Color HEX #6D4FAA Studio

📋 copy color: '#6D4FAA'

red 109 ◦ green 79 ◦ blue 170

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

Shades of Studio #6D4FAA

Tints of Studio #6D4FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.07%

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 30.45%
G = 22.07%
B = 47.49%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D4FAA (or 0x6D4FAA) is known color: Studio. HEX triplet: 6D, 4F and AA. RGB value is (109,79,170). Sum of RGB (Red+Green+Blue) = 109+79+170=358 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.45% from 358); Green value is 79 (31.25% from 255 or 22.07% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D4FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4FAA is #92B055. Grayscale: #626262. Windows color (decimal): -9613398 or 11161453. OLE color: 11161453.

HSL color Cylindrical-coordinate representation of color #6D4FAA: hue angle of 259.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D4FAA is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 79 170 -
CMYK 0.36 0.54 0 0.33
HSL 259.78º 0.37% 0.49% -
HSV(B) 259.78º 0.54% 0.67% -
XYZ 16.36 11.75 39.44 -
YUV 98.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 109 79 170 0.36 0.54 0 0.33 259.78 0.37 0.49
Hex 6D 4F AA 24 36 0 21 104 25 31
Octal 155 117 252 44 66 0 41 404 45 61
Binary 1101101 1001111 10101010 100100 110110 0 100001 100000100 100101 110001

Color Harmonies of #6D4FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4FAA

Black with #6D4FAA

Text Example


Text Example

White with #6D4FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,79,170); }

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

background-color css

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

 a { background-color: rgb(109,79,170); }

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

border-color css

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

 span { border-color: rgb(109,79,170); }

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