Shades of Gothic #6F959B
Tints of Gothic #6F959B
RGB
CMYK
RGB Variations
Color information
#6F959B (or 0x6F959B) is known color: Gothic. HEX triplet: 6F, 95 and 9B. RGB value is (111,149,155). Sum of RGB (Red+Green+Blue) = 111+149+155=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F959B is #906A64. Grayscale: #8A8A8A. Windows color (decimal): -9464421 or 10196335. OLE color: 10196335.
HSL color Cylindrical-coordinate representation of color #6F959B: hue angle of 188.18º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F959B is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 149 | 155 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.39 |
| HSL | 188.18º | 0.18% | 0.52% | - |
| HSV(B) | 188.18º | 0.28% | 0.61% | - |
| XYZ | 23.22 | 27.24 | 35.04 | - |
| YUV | 138.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 155 | 0.28 | 0.04 | 0 | 0.39 | 188.18 | 0.18 | 0.52 |
| Hex | 6F | 95 | 9B | 1C | 4 | 0 | 27 | BC | 12 | 34 |
| Octal | 157 | 225 | 233 | 34 | 4 | 0 | 47 | 274 | 22 | 64 |
| Binary | 1101111 | 10010101 | 10011011 | 11100 | 100 | 0 | 100111 | 10111100 | 10010 | 110100 |
Color Harmonies of #6F959B
Complementary color
Monochromatic Colors of #6F959B
Black with #6F959B
Text Example
Text Example
White with #6F959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F959B; }
p { color: rgb(111,149,155); }
H1.HeaderClassName
{
color: #6F959B;
}
.AnyTagClassName
{
color: #6F959B;
}
</style>
background-color css
<style>
a { background-color: #6F959B; }
a { background-color: rgb(111,149,155); }
div.DivClassName
{
background-color: #6F959B;
}
.BgClassName
{
background-color: #6F959B;
}
</style>
border-color css
<style>
span { border-color: #6F959B; }
span { border-color: rgb(111,149,155); }
td.TdClassName
{
border-color: #6F959B;
}
.TagClassName
{
border-color: #6F959B;
}
</style>