#6C4EAC

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

Shades of Studio #6C4EAC

Tints of Studio #6C4EAC

Color information

#6C4EAC (or 0x6C4EAC) is unknown color: approx Studio. HEX triplet: 6C, 4E and AC. RGB value is (108,78,172). Sum of RGB (Red+Green+Blue) = 108+78+172=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C4EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4EAC is #93B153. Grayscale: #616161. Windows color (decimal): -9679188 or 11292268. OLE color: 11292268.

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

Color convert

RGB10878172-
CMYK0.370.5500.33
HSL259.15º37.6%49.02%-
HSV(B)259.15º54.65%67.45%-
XYZ16.3611.6240.41-
YUV97.69169.94135.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.17%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 172 (67.58% from 255) = 48.04%
R=30.17%
G=21.79%
B=48.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108781720.370.5500.33259.1537.649.02
Hex6C4EAC25370211032631
Octal15411625445670414034661
Binary11011001001110101011001001011101110100001100000011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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