#6D4B95

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

Shades of Studio #6D4B95

Tints of Studio #6D4B95

Color information

#6D4B95 (or 0x6D4B95) is unknown color: approx Studio. HEX triplet: 6D, 4B and 95. RGB value is (109,75,149). Sum of RGB (Red+Green+Blue) = 109+75+149=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D4B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4B95 is #92B46A. Grayscale: #5D5D5D. Windows color (decimal): -9614443 or 9784173. OLE color: 9784173.

HSL color Cylindrical-coordinate representation of color #6D4B95: hue angle of 267.57º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D4B95 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10975149-
CMYK0.270.5000.42
HSL267.57º33.04%43.92%-
HSV(B)267.57º49.66%58.43%-
XYZ14.2510.4529.7-
YUV93.6159.26138.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.73%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=32.73%
G=22.52%
B=44.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109751490.270.5000.42267.5733.0443.92
Hex6D4B951B3202A10c212c
Octal15511322533620524144154
Binary1101101100101110010101110111100100101010100001100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,75,149); }

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

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

 a { background-color: rgb(109,75,149); }

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

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

 span { border-color: rgb(109,75,149); }

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