#6D509D

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

Shades of Studio #6D509D

Tints of Studio #6D509D

Color information

#6D509D (or 0x6D509D) is unknown color: approx Studio. HEX triplet: 6D, 50 and 9D. RGB value is (109,80,157). Sum of RGB (Red+Green+Blue) = 109+80+157=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D509D is #92AF62. Grayscale: #616161. Windows color (decimal): -9613155 or 10309741. OLE color: 10309741.

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

Color convert

RGB10980157-
CMYK0.310.4900.38
HSL262.6º32.49%46.47%-
HSV(B)262.6º49.04%61.57%-
XYZ15.2611.4233.3-
YUV97.45161.61136.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.50%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=31.50%
G=23.12%
B=45.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109801570.310.4900.38262.632.4946.47
Hex6D509D1F31026107202e
Octal15512023537610464074056
Binary1101101101000010011101111111100010100110100000111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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