Shades of Studio #6F489F
Tints of Studio #6F489F
RGB
CMYK
RGB Variations
Color information
#6F489F (or 0x6F489F) is known color: Studio. HEX triplet: 6F, 48 and 9F. RGB value is (111,72,159). Sum of RGB (Red+Green+Blue) = 111+72+159=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F489F is #90B760. Grayscale: #5D5D5D. Windows color (decimal): -9484129 or 10438767. OLE color: 10438767.
HSL color Cylindrical-coordinate representation of color #6F489F: hue angle of 266.9º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F489F is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 72 | 159 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.38 |
| HSL | 266.9º | 0.38% | 0.45% | - |
| HSV(B) | 266.9º | 0.55% | 0.62% | - |
| XYZ | 15.13 | 10.52 | 34.03 | - |
| YUV | 93.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 159 | 0.30 | 0.55 | 0 | 0.38 | 266.9 | 0.38 | 0.45 |
| Hex | 6F | 48 | 9F | 1E | 37 | 0 | 26 | 10B | 26 | 2D |
| Octal | 157 | 110 | 237 | 36 | 67 | 0 | 46 | 413 | 46 | 55 |
| Binary | 1101111 | 1001000 | 10011111 | 11110 | 110111 | 0 | 100110 | 100001011 | 100110 | 101101 |
Color Harmonies of #6F489F
Complementary color
Monochromatic Colors of #6F489F
Black with #6F489F
Text Example
Text Example
White with #6F489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F489F; }
p { color: rgb(111,72,159); }
H1.HeaderClassName
{
color: #6F489F;
}
.AnyTagClassName
{
color: #6F489F;
}
</style>
background-color css
<style>
a { background-color: #6F489F; }
a { background-color: rgb(111,72,159); }
div.DivClassName
{
background-color: #6F489F;
}
.BgClassName
{
background-color: #6F489F;
}
</style>
border-color css
<style>
span { border-color: #6F489F; }
span { border-color: rgb(111,72,159); }
td.TdClassName
{
border-color: #6F489F;
}
.TagClassName
{
border-color: #6F489F;
}
</style>