Shades of Studio #6F559C
Tints of Studio #6F559C
RGB
CMYK
RGB Variations
Color information
#6F559C (or 0x6F559C) is known color: Studio. HEX triplet: 6F, 55 and 9C. RGB value is (111,85,156). Sum of RGB (Red+Green+Blue) = 111+85+156=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F559C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F559C is #90AA63. Grayscale: #646464. Windows color (decimal): -9480804 or 10245487. OLE color: 10245487.
HSL color Cylindrical-coordinate representation of color #6F559C: hue angle of 261.97º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F559C is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 85 | 156 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.39 |
| HSL | 261.97º | 0.29% | 0.47% | - |
| HSV(B) | 261.97º | 0.46% | 0.61% | - |
| XYZ | 15.8 | 12.28 | 32.99 | - |
| YUV | 100.87 | 159.11 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 156 | 0.29 | 0.46 | 0 | 0.39 | 261.97 | 0.29 | 0.47 |
| Hex | 6F | 55 | 9C | 1D | 2E | 0 | 27 | 106 | 1D | 2F |
| Octal | 157 | 125 | 234 | 35 | 56 | 0 | 47 | 406 | 35 | 57 |
| Binary | 1101111 | 1010101 | 10011100 | 11101 | 101110 | 0 | 100111 | 100000110 | 11101 | 101111 |
Color Harmonies of #6F559C
Complementary color
Monochromatic Colors of #6F559C
Black with #6F559C
Text Example
Text Example
White with #6F559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F559C; }
p { color: rgb(111,85,156); }
H1.HeaderClassName
{
color: #6F559C;
}
.AnyTagClassName
{
color: #6F559C;
}
</style>
background-color css
<style>
a { background-color: #6F559C; }
a { background-color: rgb(111,85,156); }
div.DivClassName
{
background-color: #6F559C;
}
.BgClassName
{
background-color: #6F559C;
}
</style>
border-color css
<style>
span { border-color: #6F559C; }
span { border-color: rgb(111,85,156); }
td.TdClassName
{
border-color: #6F559C;
}
.TagClassName
{
border-color: #6F559C;
}
</style>