#6D479B

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

Shades of Studio #6D479B

Tints of Studio #6D479B

Color information

#6D479B (or 0x6D479B) is unknown color: approx Studio. HEX triplet: 6D, 47 and 9B. RGB value is (109,71,155). Sum of RGB (Red+Green+Blue) = 109+71+155=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D479B is #92B864. Grayscale: #5B5B5B. Windows color (decimal): -9615461 or 10176365. OLE color: 10176365.

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

Color convert

RGB10971155-
CMYK0.300.5400.39
HSL267.14º37.17%44.31%-
HSV(B)267.14º54.19%60.78%-
XYZ14.4810.1232.2-
YUV91.94163.59140.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=32.54%
G=21.19%
B=46.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109711550.300.5400.39267.1437.1744.31
Hex6D479B1E3602710b252c
Octal15510723336660474134554
Binary1101101100011110011011111101101100100111100001011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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