Shades of Studio #6D4898
Tints of Studio #6D4898
RGB
CMYK
RGB Variations
Color information
#6D4898 (or 0x6D4898) is known color: Studio. HEX triplet: 6D, 48 and 98. RGB value is (109,72,152). Sum of RGB (Red+Green+Blue) = 109+72+152=333 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.73% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D4898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4898 is #92B767. Grayscale: #5B5B5B. Windows color (decimal): -9615208 or 9980013. OLE color: 9980013.
HSL color Cylindrical-coordinate representation of color #6D4898: hue angle of 267.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D4898 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 72 | 152 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.40 |
| HSL | 267.75º | 0.36% | 0.44% | - |
| HSV(B) | 267.75º | 0.53% | 0.6% | - |
| XYZ | 14.29 | 10.15 | 30.91 | - |
| YUV | 92.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 72 | 152 | 0.28 | 0.53 | 0 | 0.40 | 267.75 | 0.36 | 0.44 |
| Hex | 6D | 48 | 98 | 1C | 35 | 0 | 28 | 10C | 24 | 2C |
| Octal | 155 | 110 | 230 | 34 | 65 | 0 | 50 | 414 | 44 | 54 |
| Binary | 1101101 | 1001000 | 10011000 | 11100 | 110101 | 0 | 101000 | 100001100 | 100100 | 101100 |
Color Harmonies of #6D4898
Complementary color
Monochromatic Colors of #6D4898
Black with #6D4898
Text Example
Text Example
White with #6D4898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4898; }
p { color: rgb(109,72,152); }
H1.HeaderClassName
{
color: #6D4898;
}
.AnyTagClassName
{
color: #6D4898;
}
</style>
background-color css
<style>
a { background-color: #6D4898; }
a { background-color: rgb(109,72,152); }
div.DivClassName
{
background-color: #6D4898;
}
.BgClassName
{
background-color: #6D4898;
}
</style>
border-color css
<style>
span { border-color: #6D4898; }
span { border-color: rgb(109,72,152); }
td.TdClassName
{
border-color: #6D4898;
}
.TagClassName
{
border-color: #6D4898;
}
</style>