#6D549E

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

Shades of Studio #6D549E

Tints of Studio #6D549E

Color information

#6D549E (or 0x6D549E) is unknown color: approx Studio. HEX triplet: 6D, 54 and 9E. RGB value is (109,84,158). Sum of RGB (Red+Green+Blue) = 109+84+158=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D549E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D549E is #92AB61. Grayscale: #636363. Windows color (decimal): -9612130 or 10376301. OLE color: 10376301.

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

Color convert

RGB10984158-
CMYK0.310.4700.38
HSL260.27º30.58%47.45%-
HSV(B)260.27º46.84%61.96%-
XYZ15.6512.0633.85-
YUV99.91160.78134.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=31.05%
G=23.93%
B=45.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109841580.310.4700.38260.2730.5847.45
Hex6D549E1F2F0261041f2f
Octal15512423637570464043757
Binary110110110101001001111011111101111010011010000010011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,84,158); }

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

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

 a { background-color: rgb(109,84,158); }

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

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

 span { border-color: rgb(109,84,158); }

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