Html Css Color HEX #6C4AAC Studio

📋 copy color: '#6C4AAC'

red 108 ◦ green 74 ◦ blue 172

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

Shades of Studio #6C4AAC

Tints of Studio #6C4AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 30.51%
G = 20.9%
B = 48.59%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C4AAC (or 0x6C4AAC) is known color: Studio. HEX triplet: 6C, 4A and AC. RGB value is (108,74,172). Sum of RGB (Red+Green+Blue) = 108+74+172=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C4AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4AAC is #93B553. Grayscale: #5E5E5E. Windows color (decimal): -9680212 or 11291244. OLE color: 11291244.

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

Color convert

RGB 108 74 172 -
CMYK 0.37 0.57 0 0.33
HSL 260.82º 0.4% 0.48% -
HSV(B) 260.82º 0.57% 0.67% -
XYZ 16.08 11.06 40.32 -
YUV 95.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 108 74 172 0.37 0.57 0 0.33 260.82 0.4 0.48
Hex 6C 4A AC 25 39 0 21 105 28 30
Octal 154 112 254 45 71 0 41 405 50 60
Binary 1101100 1001010 10101100 100101 111001 0 100001 100000101 101000 110000

Color Harmonies of #6C4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4AAC

Black with #6C4AAC

Text Example


Text Example

White with #6C4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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