Shades of Gothic #6F939B
Tints of Gothic #6F939B
RGB
CMYK
RGB Variations
Color information
#6F939B (or 0x6F939B) is known color: Gothic. HEX triplet: 6F, 93 and 9B. RGB value is (111,147,155). Sum of RGB (Red+Green+Blue) = 111+147+155=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F939B is #906C64. Grayscale: #898989. Windows color (decimal): -9464933 or 10195823. OLE color: 10195823.
HSL color Cylindrical-coordinate representation of color #6F939B: hue angle of 190.91º 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 #6F939B is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 147 | 155 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.39 |
| HSL | 190.91º | 0.18% | 0.52% | - |
| HSV(B) | 190.91º | 0.28% | 0.61% | - |
| XYZ | 22.91 | 26.61 | 34.94 | - |
| YUV | 137.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 155 | 0.28 | 0.05 | 0 | 0.39 | 190.91 | 0.18 | 0.52 |
| Hex | 6F | 93 | 9B | 1C | 5 | 0 | 27 | BF | 12 | 34 |
| Octal | 157 | 223 | 233 | 34 | 5 | 0 | 47 | 277 | 22 | 64 |
| Binary | 1101111 | 10010011 | 10011011 | 11100 | 101 | 0 | 100111 | 10111111 | 10010 | 110100 |
Color Harmonies of #6F939B
Complementary color
Monochromatic Colors of #6F939B
Black with #6F939B
Text Example
Text Example
White with #6F939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F939B; }
p { color: rgb(111,147,155); }
H1.HeaderClassName
{
color: #6F939B;
}
.AnyTagClassName
{
color: #6F939B;
}
</style>
background-color css
<style>
a { background-color: #6F939B; }
a { background-color: rgb(111,147,155); }
div.DivClassName
{
background-color: #6F939B;
}
.BgClassName
{
background-color: #6F939B;
}
</style>
border-color css
<style>
span { border-color: #6F939B; }
span { border-color: rgb(111,147,155); }
td.TdClassName
{
border-color: #6F939B;
}
.TagClassName
{
border-color: #6F939B;
}
</style>