Shades of Gothic #6F919A
Tints of Gothic #6F919A
RGB
CMYK
RGB Variations
Color information
#6F919A (or 0x6F919A) is known color: Gothic. HEX triplet: 6F, 91 and 9A. RGB value is (111,145,154). Sum of RGB (Red+Green+Blue) = 111+145+154=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F919A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F919A is #906E65. Grayscale: #878787. Windows color (decimal): -9465446 or 10129775. OLE color: 10129775.
HSL color Cylindrical-coordinate representation of color #6F919A: hue angle of 192.56º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F919A is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 145 | 154 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.40 |
| HSL | 192.56º | 0.18% | 0.52% | - |
| HSV(B) | 192.56º | 0.28% | 0.6% | - |
| XYZ | 22.51 | 25.96 | 34.4 | - |
| YUV | 135.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 154 | 0.28 | 0.06 | 0 | 0.40 | 192.56 | 0.18 | 0.52 |
| Hex | 6F | 91 | 9A | 1C | 6 | 0 | 28 | C1 | 12 | 34 |
| Octal | 157 | 221 | 232 | 34 | 6 | 0 | 50 | 301 | 22 | 64 |
| Binary | 1101111 | 10010001 | 10011010 | 11100 | 110 | 0 | 101000 | 11000001 | 10010 | 110100 |
Color Harmonies of #6F919A
Complementary color
Monochromatic Colors of #6F919A
Black with #6F919A
Text Example
Text Example
White with #6F919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F919A; }
p { color: rgb(111,145,154); }
H1.HeaderClassName
{
color: #6F919A;
}
.AnyTagClassName
{
color: #6F919A;
}
</style>
background-color css
<style>
a { background-color: #6F919A; }
a { background-color: rgb(111,145,154); }
div.DivClassName
{
background-color: #6F919A;
}
.BgClassName
{
background-color: #6F919A;
}
</style>
border-color css
<style>
span { border-color: #6F919A; }
span { border-color: rgb(111,145,154); }
td.TdClassName
{
border-color: #6F919A;
}
.TagClassName
{
border-color: #6F919A;
}
</style>