#6C4899

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

Shades of Studio #6C4899

Tints of Studio #6C4899

Color information

#6C4899 (or 0x6C4899) is unknown color: approx Studio. HEX triplet: 6C, 48 and 99. RGB value is (108,72,153). Sum of RGB (Red+Green+Blue) = 108+72+153=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C4899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C4899 is #93B766. Grayscale: #5B5B5B. Windows color (decimal): -9680743 or 10045548. OLE color: 10045548.

HSL color Cylindrical-coordinate representation of color #6C4899: hue angle of 266.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C4899 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10872153-
CMYK0.290.5300.4
HSL266.67º36%44.12%-
HSV(B)266.67º52.94%60%-
XYZ14.2510.1231.34-
YUV92162.43139.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.43%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=32.43%
G=21.62%
B=45.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal108721530.290.5300.4266.673644.12
Hex6C48991D3502810b242c
Octal15411023135650504134454
Binary1101100100100010011001111011101010101000100001011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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