#6C4CAC

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

Shades of Studio #6C4CAC

Tints of Studio #6C4CAC

Color information

#6C4CAC (or 0x6C4CAC) is unknown color: approx Studio. HEX triplet: 6C, 4C and AC. RGB value is (108,76,172). Sum of RGB (Red+Green+Blue) = 108+76+172=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C4CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4CAC is #93B353. Grayscale: #606060. Windows color (decimal): -9679700 or 11291756. OLE color: 11291756.

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

Color convert

RGB10876172-
CMYK0.370.5600.33
HSL260º38.71%48.63%-
HSV(B)260º55.81%67.45%-
XYZ16.2211.3440.36-
YUV96.51170.6136.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.34%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 172 (67.58% from 255) = 48.31%
R=30.34%
G=21.35%
B=48.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108761720.370.5600.3326038.7148.63
Hex6C4CAC25380211042731
Octal15411425445700414044761
Binary11011001001100101011001001011110000100001100000100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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