Shades of Gothic #6F959D
Tints of Gothic #6F959D
RGB
CMYK
RGB Variations
Color information
#6F959D (or 0x6F959D) is known color: Gothic. HEX triplet: 6F, 95 and 9D. RGB value is (111,149,157). Sum of RGB (Red+Green+Blue) = 111+149+157=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F959D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F959D is #906A62. Grayscale: #8A8A8A. Windows color (decimal): -9464419 or 10327407. OLE color: 10327407.
HSL color Cylindrical-coordinate representation of color #6F959D: hue angle of 190.43º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F959D is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 149 | 157 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.38 |
| HSL | 190.43º | 0.19% | 0.53% | - |
| HSV(B) | 190.43º | 0.29% | 0.62% | - |
| XYZ | 23.39 | 27.31 | 35.94 | - |
| YUV | 138.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 157 | 0.29 | 0.05 | 0 | 0.38 | 190.43 | 0.19 | 0.53 |
| Hex | 6F | 95 | 9D | 1D | 5 | 0 | 26 | BE | 13 | 35 |
| Octal | 157 | 225 | 235 | 35 | 5 | 0 | 46 | 276 | 23 | 65 |
| Binary | 1101111 | 10010101 | 10011101 | 11101 | 101 | 0 | 100110 | 10111110 | 10011 | 110101 |
Color Harmonies of #6F959D
Complementary color
Monochromatic Colors of #6F959D
Black with #6F959D
Text Example
Text Example
White with #6F959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F959D; }
p { color: rgb(111,149,157); }
H1.HeaderClassName
{
color: #6F959D;
}
.AnyTagClassName
{
color: #6F959D;
}
</style>
background-color css
<style>
a { background-color: #6F959D; }
a { background-color: rgb(111,149,157); }
div.DivClassName
{
background-color: #6F959D;
}
.BgClassName
{
background-color: #6F959D;
}
</style>
border-color css
<style>
span { border-color: #6F959D; }
span { border-color: rgb(111,149,157); }
td.TdClassName
{
border-color: #6F959D;
}
.TagClassName
{
border-color: #6F959D;
}
</style>