Html Css Color HEX #6C4AAA Studio

📋 copy color: '#6C4AAA'

red 108 ◦ green 74 ◦ blue 170

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

Shades of Studio #6C4AAA

Tints of Studio #6C4AAA

RGB

 RED value IS 108 (42.58% from 255) = 30.68%

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

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

R = 30.68%
G = 21.02%
B = 48.3%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C4AAA (or 0x6C4AAA) is known color: Studio. HEX triplet: 6C, 4A and AA. RGB value is (108,74,170). Sum of RGB (Red+Green+Blue) = 108+74+170=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4AAA is #93B555. Grayscale: #5E5E5E. Windows color (decimal): -9680214 or 11160172. OLE color: 11160172.

HSL color Cylindrical-coordinate representation of color #6C4AAA: hue angle of 261.25º 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 #6C4AAA is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 74 170 -
CMYK 0.36 0.56 0 0.33
HSL 261.25º 0.39% 0.48% -
HSV(B) 261.25º 0.56% 0.67% -
XYZ 15.89 10.99 39.31 -
YUV 95.11 170.26 137.19 -
System Red Green Blue C M Y K H S L
Decimal 108 74 170 0.36 0.56 0 0.33 261.25 0.39 0.48
Hex 6C 4A AA 24 38 0 21 105 27 30
Octal 154 112 252 44 70 0 41 405 47 60
Binary 1101100 1001010 10101010 100100 111000 0 100001 100000101 100111 110000

Color Harmonies of #6C4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4AAA

Black with #6C4AAA

Text Example


Text Example

White with #6C4AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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