Shades of Gothic #6F9199
Tints of Gothic #6F9199
RGB
CMYK
RGB Variations
Color information
#6F9199 (or 0x6F9199) is known color: Gothic. HEX triplet: 6F, 91 and 99. RGB value is (111,145,153). Sum of RGB (Red+Green+Blue) = 111+145+153=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F9199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9199 is #906E66. Grayscale: #878787. Windows color (decimal): -9465447 or 10064239. OLE color: 10064239.
HSL color Cylindrical-coordinate representation of color #6F9199: hue angle of 191.43º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F9199 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 145 | 153 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.4 |
| HSL | 191.43º | 0.17% | 0.52% | - |
| HSV(B) | 191.43º | 0.27% | 0.6% | - |
| XYZ | 22.43 | 25.93 | 33.96 | - |
| YUV | 135.75 | 137.74 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 153 | 0.27 | 0.05 | 0 | 0.4 | 191.43 | 0.17 | 0.52 |
| Hex | 6F | 91 | 99 | 1B | 5 | 0 | 28 | BF | 11 | 34 |
| Octal | 157 | 221 | 231 | 33 | 5 | 0 | 50 | 277 | 21 | 64 |
| Binary | 1101111 | 10010001 | 10011001 | 11011 | 101 | 0 | 101000 | 10111111 | 10001 | 110100 |
Color Harmonies of #6F9199
Complementary color
Monochromatic Colors of #6F9199
Black with #6F9199
Text Example
Text Example
White with #6F9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9199; }
p { color: rgb(111,145,153); }
H1.HeaderClassName
{
color: #6F9199;
}
.AnyTagClassName
{
color: #6F9199;
}
</style>
background-color css
<style>
a { background-color: #6F9199; }
a { background-color: rgb(111,145,153); }
div.DivClassName
{
background-color: #6F9199;
}
.BgClassName
{
background-color: #6F9199;
}
</style>
border-color css
<style>
span { border-color: #6F9199; }
span { border-color: rgb(111,145,153); }
td.TdClassName
{
border-color: #6F9199;
}
.TagClassName
{
border-color: #6F9199;
}
</style>