Html Css Color HEX #6A4DAA Studio

📋 copy color: '#6A4DAA'

red 106 ◦ green 77 ◦ blue 170

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

Shades of Studio #6A4DAA

Tints of Studio #6A4DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.81%

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

R = 30.03%
G = 21.81%
B = 48.16%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A4DAA (or 0x6A4DAA) is known color: Studio. HEX triplet: 6A, 4D and AA. RGB value is (106,77,170). Sum of RGB (Red+Green+Blue) = 106+77+170=353 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.03% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A4DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A4DAA is #95B255. Grayscale: #5F5F5F. Windows color (decimal): -9810518 or 11160938. OLE color: 11160938.

HSL color Cylindrical-coordinate representation of color #6A4DAA: hue angle of 258.71º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A4DAA is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 77 170 -
CMYK 0.38 0.55 0 0.33
HSL 258.71º 0.38% 0.48% -
HSV(B) 258.71º 0.55% 0.67% -
XYZ 15.85 11.27 39.37 -
YUV 96.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 106 77 170 0.38 0.55 0 0.33 258.71 0.38 0.48
Hex 6A 4D AA 26 37 0 21 103 26 30
Octal 152 115 252 46 67 0 41 403 46 60
Binary 1101010 1001101 10101010 100110 110111 0 100001 100000011 100110 110000

Color Harmonies of #6A4DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4DAA

Black with #6A4DAA

Text Example


Text Example

White with #6A4DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,77,170); }

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

background-color css

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

 a { background-color: rgb(106,77,170); }

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

border-color css

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

 span { border-color: rgb(106,77,170); }

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