#6D509B

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

Shades of Studio #6D509B

Tints of Studio #6D509B

Color information

#6D509B (or 0x6D509B) is unknown color: approx Studio. HEX triplet: 6D, 50 and 9B. RGB value is (109,80,155). Sum of RGB (Red+Green+Blue) = 109+80+155=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D509B is #92AF64. Grayscale: #606060. Windows color (decimal): -9613157 or 10178669. OLE color: 10178669.

HSL color Cylindrical-coordinate representation of color #6D509B: hue angle of 263.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D509B is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10980155-
CMYK0.300.4800.39
HSL263.2º31.91%46.08%-
HSV(B)263.2º48.39%60.78%-
XYZ15.0911.3632.41-
YUV97.22160.61136.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 80 (31.64% from 255) = 23.26%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=31.69%
G=23.26%
B=45.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109801550.300.4800.39263.231.9146.08
Hex6D509B1E30027107202e
Octal15512023336600474074056
Binary1101101101000010011011111101100000100111100000111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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