#6C549D

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

Shades of Studio #6C549D

Tints of Studio #6C549D

Color information

#6C549D (or 0x6C549D) is unknown color: approx Studio. HEX triplet: 6C, 54 and 9D. RGB value is (108,84,157). Sum of RGB (Red+Green+Blue) = 108+84+157=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C549D is #93AB62. Grayscale: #636363. Windows color (decimal): -9677667 or 10310764. OLE color: 10310764.

HSL color Cylindrical-coordinate representation of color #6C549D: hue angle of 259.73º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C549D is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10884157-
CMYK0.310.4600.38
HSL259.73º30.29%47.25%-
HSV(B)259.73º46.5%61.57%-
XYZ15.4411.9633.39-
YUV99.5160.45134.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 157 (61.72% from 255) = 44.99%
R=30.95%
G=24.07%
B=44.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal108841570.310.4600.38259.7330.2947.25
Hex6C549D1F2E0261041e2f
Octal15412423537560464043657
Binary110110010101001001110111111101110010011010000010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,84,157); }

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

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

 a { background-color: rgb(108,84,157); }

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

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

 span { border-color: rgb(108,84,157); }

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