Html Css Color HEX #6C4AAE Studio

📋 copy color: '#6C4AAE'

red 108 ◦ green 74 ◦ blue 174

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

Shades of Studio #6C4AAE

Tints of Studio #6C4AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 30.34%
G = 20.79%
B = 48.88%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C4AAE (or 0x6C4AAE) is known color: Studio. HEX triplet: 6C, 4A and AE. RGB value is (108,74,174). Sum of RGB (Red+Green+Blue) = 108+74+174=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C4AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4AAE is #93B551. Grayscale: #5F5F5F. Windows color (decimal): -9680210 or 11422316. OLE color: 11422316.

HSL color Cylindrical-coordinate representation of color #6C4AAE: hue angle of 260.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C4AAE is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 74 174 -
CMYK 0.38 0.57 0 0.32
HSL 260.4º 0.4% 0.49% -
HSV(B) 260.4º 0.57% 0.68% -
XYZ 16.27 11.14 41.34 -
YUV 95.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 108 74 174 0.38 0.57 0 0.32 260.4 0.4 0.49
Hex 6C 4A AE 26 39 0 20 104 28 31
Octal 154 112 256 46 71 0 40 404 50 61
Binary 1101100 1001010 10101110 100110 111001 0 100000 100000100 101000 110001

Color Harmonies of #6C4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4AAE

Black with #6C4AAE

Text Example


Text Example

White with #6C4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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