#6C4891

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

Shades of Studio #6C4891

Tints of Studio #6C4891

Color information

#6C4891 (or 0x6C4891) is unknown color: approx Studio. HEX triplet: 6C, 48 and 91. RGB value is (108,72,145). Sum of RGB (Red+Green+Blue) = 108+72+145=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C4891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4891 is #93B76E. Grayscale: #5A5A5A. Windows color (decimal): -9680751 or 9521260. OLE color: 9521260.

HSL color Cylindrical-coordinate representation of color #6C4891: hue angle of 269.59º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C4891 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10872145-
CMYK0.260.5000.43
HSL269.59º33.64%42.55%-
HSV(B)269.59º50.34%56.86%-
XYZ13.619.8727.98-
YUV91.09158.43140.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.23%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=33.23%
G=22.15%
B=44.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108721450.260.5000.43269.5933.6442.55
Hex6C48911A3202B10e222b
Octal15411022132620534164253
Binary1101100100100010010001110101100100101011100001110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,72,145); }

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

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

 a { background-color: rgb(108,72,145); }

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

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

 span { border-color: rgb(108,72,145); }

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