#6D4E96

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

Shades of Studio #6D4E96

Tints of Studio #6D4E96

Color information

#6D4E96 (or 0x6D4E96) is unknown color: approx Studio. HEX triplet: 6D, 4E and 96. RGB value is (109,78,150). Sum of RGB (Red+Green+Blue) = 109+78+150=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D4E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4E96 is #92B169. Grayscale: #5F5F5F. Windows color (decimal): -9613674 or 9850477. OLE color: 9850477.

HSL color Cylindrical-coordinate representation of color #6D4E96: hue angle of 265.83º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D4E96 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10978150-
CMYK0.270.4800.41
HSL265.83º31.58%44.71%-
HSV(B)265.83º48%58.82%-
XYZ14.5410.930.19-
YUV95.48158.77137.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.34%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 150 (58.98% from 255) = 44.51%
R=32.34%
G=23.15%
B=44.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109781500.270.4800.41265.8331.5844.71
Hex6D4E961B3002910a202d
Octal15511622633600514124055
Binary1101101100111010010110110111100000101001100001010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,78,150); }

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

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

 a { background-color: rgb(109,78,150); }

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

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

 span { border-color: rgb(109,78,150); }

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