Html Css Color HEX #6A4AAA Studio

📋 copy color: '#6A4AAA'

red 106 ◦ green 74 ◦ blue 170

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

Shades of Studio #6A4AAA

Tints of Studio #6A4AAA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

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

R = 30.29%
G = 21.14%
B = 48.57%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A4AAA (or 0x6A4AAA) is known color: Studio. HEX triplet: 6A, 4A and AA. RGB value is (106,74,170). Sum of RGB (Red+Green+Blue) = 106+74+170=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4AAA is #95B555. Grayscale: #5E5E5E. Windows color (decimal): -9811286 or 11160170. OLE color: 11160170.

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

Color convert

RGB 106 74 170 -
CMYK 0.38 0.56 0 0.33
HSL 260º 0.39% 0.48% -
HSV(B) 260º 0.56% 0.67% -
XYZ 15.65 10.86 39.3 -
YUV 94.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 106 74 170 0.38 0.56 0 0.33 260 0.39 0.48
Hex 6A 4A AA 26 38 0 21 104 27 30
Octal 152 112 252 46 70 0 41 404 47 60
Binary 1101010 1001010 10101010 100110 111000 0 100001 100000100 100111 110000

Color Harmonies of #6A4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4AAA

Black with #6A4AAA

Text Example


Text Example

White with #6A4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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