#6C4A93

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

Shades of Studio #6C4A93

Tints of Studio #6C4A93

Color information

#6C4A93 (or 0x6C4A93) is unknown color: approx Studio. HEX triplet: 6C, 4A and 93. RGB value is (108,74,147). Sum of RGB (Red+Green+Blue) = 108+74+147=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4A93 is #93B56C. Grayscale: #5C5C5C. Windows color (decimal): -9680237 or 9652844. OLE color: 9652844.

HSL color Cylindrical-coordinate representation of color #6C4A93: hue angle of 267.95º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C4A93 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10874147-
CMYK0.270.5000.42
HSL267.95º33.03%43.33%-
HSV(B)267.95º49.66%57.65%-
XYZ13.910.1928.84-
YUV92.49158.76139.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.83%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=32.83%
G=22.49%
B=44.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108741470.270.5000.42267.9533.0343.33
Hex6C4A931B3202A10c212b
Octal15411222333620524144153
Binary1101100100101010010011110111100100101010100001100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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