Shades of Studio #6F479F
Tints of Studio #6F479F
RGB
CMYK
RGB Variations
Color information
#6F479F (or 0x6F479F) is known color: Studio. HEX triplet: 6F, 47 and 9F. RGB value is (111,71,159). Sum of RGB (Red+Green+Blue) = 111+71+159=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F479F is #90B860. Grayscale: #5C5C5C. Windows color (decimal): -9484385 or 10438511. OLE color: 10438511.
HSL color Cylindrical-coordinate representation of color #6F479F: hue angle of 267.27º 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 #6F479F is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 71 | 159 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.38 |
| HSL | 267.27º | 0.38% | 0.45% | - |
| HSV(B) | 267.27º | 0.55% | 0.62% | - |
| XYZ | 15.07 | 10.39 | 34.01 | - |
| YUV | 92.99 | 165.25 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 159 | 0.30 | 0.55 | 0 | 0.38 | 267.27 | 0.38 | 0.45 |
| Hex | 6F | 47 | 9F | 1E | 37 | 0 | 26 | 10B | 26 | 2D |
| Octal | 157 | 107 | 237 | 36 | 67 | 0 | 46 | 413 | 46 | 55 |
| Binary | 1101111 | 1000111 | 10011111 | 11110 | 110111 | 0 | 100110 | 100001011 | 100110 | 101101 |
Color Harmonies of #6F479F
Complementary color
Monochromatic Colors of #6F479F
Black with #6F479F
Text Example
Text Example
White with #6F479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F479F; }
p { color: rgb(111,71,159); }
H1.HeaderClassName
{
color: #6F479F;
}
.AnyTagClassName
{
color: #6F479F;
}
</style>
background-color css
<style>
a { background-color: #6F479F; }
a { background-color: rgb(111,71,159); }
div.DivClassName
{
background-color: #6F479F;
}
.BgClassName
{
background-color: #6F479F;
}
</style>
border-color css
<style>
span { border-color: #6F479F; }
span { border-color: rgb(111,71,159); }
td.TdClassName
{
border-color: #6F479F;
}
.TagClassName
{
border-color: #6F479F;
}
</style>