Shades of Gothic #6F969E
Tints of Gothic #6F969E
RGB
CMYK
RGB Variations
Color information
#6F969E (or 0x6F969E) is known color: Gothic. HEX triplet: 6F, 96 and 9E. RGB value is (111,150,158). Sum of RGB (Red+Green+Blue) = 111+150+158=419 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.49% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F969E is #906961. Grayscale: #8B8B8B. Windows color (decimal): -9464162 or 10393199. OLE color: 10393199.
HSL color Cylindrical-coordinate representation of color #6F969E: hue angle of 190.21º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F969E is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 150 | 158 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.38 |
| HSL | 190.21º | 0.2% | 0.53% | - |
| HSV(B) | 190.21º | 0.3% | 0.62% | - |
| XYZ | 23.63 | 27.66 | 36.44 | - |
| YUV | 139.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 158 | 0.30 | 0.05 | 0 | 0.38 | 190.21 | 0.2 | 0.53 |
| Hex | 6F | 96 | 9E | 1E | 5 | 0 | 26 | BE | 14 | 35 |
| Octal | 157 | 226 | 236 | 36 | 5 | 0 | 46 | 276 | 24 | 65 |
| Binary | 1101111 | 10010110 | 10011110 | 11110 | 101 | 0 | 100110 | 10111110 | 10100 | 110101 |
Color Harmonies of #6F969E
Complementary color
Monochromatic Colors of #6F969E
Black with #6F969E
Text Example
Text Example
White with #6F969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F969E; }
p { color: rgb(111,150,158); }
H1.HeaderClassName
{
color: #6F969E;
}
.AnyTagClassName
{
color: #6F969E;
}
</style>
background-color css
<style>
a { background-color: #6F969E; }
a { background-color: rgb(111,150,158); }
div.DivClassName
{
background-color: #6F969E;
}
.BgClassName
{
background-color: #6F969E;
}
</style>
border-color css
<style>
span { border-color: #6F969E; }
span { border-color: rgb(111,150,158); }
td.TdClassName
{
border-color: #6F969E;
}
.TagClassName
{
border-color: #6F969E;
}
</style>