Html Css Color HEX #6C4DAA Studio

📋 copy color: '#6C4DAA'

red 108 ◦ green 77 ◦ blue 170

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

Shades of Studio #6C4DAA

Tints of Studio #6C4DAA

RGB

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

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

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

R = 30.42%
G = 21.69%
B = 47.89%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C4DAA (or 0x6C4DAA) is known color: Studio. HEX triplet: 6C, 4D and AA. RGB value is (108,77,170). Sum of RGB (Red+Green+Blue) = 108+77+170=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C4DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4DAA is #93B255. Grayscale: #606060. Windows color (decimal): -9679446 or 11160940. OLE color: 11160940.

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

Color convert

RGB 108 77 170 -
CMYK 0.36 0.55 0 0.33
HSL 260º 0.38% 0.48% -
HSV(B) 260º 0.55% 0.67% -
XYZ 16.09 11.4 39.38 -
YUV 96.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 108 77 170 0.36 0.55 0 0.33 260 0.38 0.48
Hex 6C 4D AA 24 37 0 21 104 26 30
Octal 154 115 252 44 67 0 41 404 46 60
Binary 1101100 1001101 10101010 100100 110111 0 100001 100000100 100110 110000

Color Harmonies of #6C4DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4DAA

Black with #6C4DAA

Text Example


Text Example

White with #6C4DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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