Shades of Studio #6F4599
Tints of Studio #6F4599
RGB
CMYK
RGB Variations
Color information
#6F4599 (or 0x6F4599) is known color: Studio. HEX triplet: 6F, 45 and 99. RGB value is (111,69,153). Sum of RGB (Red+Green+Blue) = 111+69+153=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F4599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F4599 is #90BA66. Grayscale: #5A5A5A. Windows color (decimal): -9484903 or 10044783. OLE color: 10044783.
HSL color Cylindrical-coordinate representation of color #6F4599: hue angle of 270º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F4599 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 69 | 153 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.4 |
| HSL | 270º | 0.38% | 0.44% | - |
| HSV(B) | 270º | 0.55% | 0.6% | - |
| XYZ | 14.43 | 9.94 | 31.29 | - |
| YUV | 91.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 153 | 0.27 | 0.55 | 0 | 0.4 | 270 | 0.38 | 0.44 |
| Hex | 6F | 45 | 99 | 1B | 37 | 0 | 28 | 10E | 26 | 2C |
| Octal | 157 | 105 | 231 | 33 | 67 | 0 | 50 | 416 | 46 | 54 |
| Binary | 1101111 | 1000101 | 10011001 | 11011 | 110111 | 0 | 101000 | 100001110 | 100110 | 101100 |
Color Harmonies of #6F4599
Complementary color
Monochromatic Colors of #6F4599
Black with #6F4599
Text Example
Text Example
White with #6F4599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4599; }
p { color: rgb(111,69,153); }
H1.HeaderClassName
{
color: #6F4599;
}
.AnyTagClassName
{
color: #6F4599;
}
</style>
background-color css
<style>
a { background-color: #6F4599; }
a { background-color: rgb(111,69,153); }
div.DivClassName
{
background-color: #6F4599;
}
.BgClassName
{
background-color: #6F4599;
}
</style>
border-color css
<style>
span { border-color: #6F4599; }
span { border-color: rgb(111,69,153); }
td.TdClassName
{
border-color: #6F4599;
}
.TagClassName
{
border-color: #6F4599;
}
</style>