#6D539F

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

Shades of Studio #6D539F

Tints of Studio #6D539F

Color information

#6D539F (or 0x6D539F) is unknown color: approx Studio. HEX triplet: 6D, 53 and 9F. RGB value is (109,83,159). Sum of RGB (Red+Green+Blue) = 109+83+159=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D539F is #92AC60. Grayscale: #636363. Windows color (decimal): -9612385 or 10441581. OLE color: 10441581.

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

Color convert

RGB10983159-
CMYK0.310.4800.38
HSL260.53º31.4%47.45%-
HSV(B)260.53º47.8%62.35%-
XYZ15.6611.9434.28-
YUV99.44161.61134.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 159 (62.5% from 255) = 45.30%
R=31.05%
G=23.65%
B=45.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109831590.310.4800.38260.5331.447.45
Hex6D539F1F300261051f2f
Octal15512323737600464053757
Binary110110110100111001111111111110000010011010000010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,159); }

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

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

 a { background-color: rgb(109,83,159); }

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

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

 span { border-color: rgb(109,83,159); }

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