#6D4A98

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

Shades of Studio #6D4A98

Tints of Studio #6D4A98

Color information

#6D4A98 (or 0x6D4A98) is unknown color: approx Studio. HEX triplet: 6D, 4A and 98. RGB value is (109,74,152). Sum of RGB (Red+Green+Blue) = 109+74+152=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D4A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4A98 is #92B567. Grayscale: #5D5D5D. Windows color (decimal): -9614696 or 9980525. OLE color: 9980525.

HSL color Cylindrical-coordinate representation of color #6D4A98: hue angle of 266.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D4A98 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10974152-
CMYK0.280.5100.40
HSL266.92º34.51%44.31%-
HSV(B)266.92º51.32%59.61%-
XYZ14.4210.4230.96-
YUV93.36161.1139.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 152 (59.77% from 255) = 45.37%
R=32.54%
G=22.09%
B=45.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal109741520.280.5100.40266.9234.5144.31
Hex6D4A981C3302810b232c
Octal15511223034630504134354
Binary1101101100101010011000111001100110101000100001011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,74,152); }

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

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

 a { background-color: rgb(109,74,152); }

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

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

 span { border-color: rgb(109,74,152); }

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