#6D50A0

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

Shades of Studio #6D50A0

Tints of Studio #6D50A0

Color information

#6D50A0 (or 0x6D50A0) is unknown color: approx Studio. HEX triplet: 6D, 50 and A0. RGB value is (109,80,160). Sum of RGB (Red+Green+Blue) = 109+80+160=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #6D50A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D50A0 is #92AF5F. Grayscale: #616161. Windows color (decimal): -9613152 or 10506349. OLE color: 10506349.

HSL color Cylindrical-coordinate representation of color #6D50A0: hue angle of 261.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D50A0 is Cyan = 0.32, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10980160-
CMYK0.320.500.37
HSL261.75º33.33%47.06%-
HSV(B)261.75º50%62.75%-
XYZ15.5211.5334.66-
YUV97.79163.11136-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.23%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 160 (62.89% from 255) = 45.85%
R=31.23%
G=22.92%
B=45.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal109801600.320.500.37261.7533.3347.06
Hex6D50A02032025106212f
Octal15512024040620454064157
Binary11011011010000101000001000001100100100101100000110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D50A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,80,160); }

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

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

 a { background-color: rgb(109,80,160); }

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

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

 span { border-color: rgb(109,80,160); }

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