#6C4EAA

Color #6C4EAA Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #6C4EAA

Tints of Studio #6C4EAA

Color information

#6C4EAA (or 0x6C4EAA) is unknown color: approx Studio. HEX triplet: 6C, 4E and AA. RGB value is (108,78,170). Sum of RGB (Red+Green+Blue) = 108+78+170=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C4EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4EAA is #93B155. Grayscale: #616161. Windows color (decimal): -9679190 or 11161196. OLE color: 11161196.

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

Color convert

RGB10878170-
CMYK0.360.5400.33
HSL259.57º37.1%48.63%-
HSV(B)259.57º54.12%66.67%-
XYZ16.1611.5439.41-
YUV97.46168.94135.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.34%
GREEN value IS 78 (30.86% from 255) = 21.91%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=30.34%
G=21.91%
B=47.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108781700.360.5400.33259.5737.148.63
Hex6C4EAA24360211042531
Octal15411625244660414044561
Binary11011001001110101010101001001101100100001100000100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C4EAA;
 }
 .AnyTagClassName
 {
   color: #6C4EAA;
 }
</style>
background-color css

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

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

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

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

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

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