Shades of Gothic #69878F
Tints of Gothic #69878F
RGB
CMYK
RGB Variations
Color information
#69878F (or 0x69878F) is known color: Gothic. HEX triplet: 69, 87 and 8F. RGB value is (105,135,143). Sum of RGB (Red+Green+Blue) = 105+135+143=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 143 - color contains mainly: blue. Hex color #69878F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69878F is #967870. Grayscale: #7E7E7E. Windows color (decimal): -9861233 or 9406313. OLE color: 9406313.
HSL color Cylindrical-coordinate representation of color #69878F: hue angle of 192.63º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69878F is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 135 | 143 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.44 |
| HSL | 192.63º | 0.15% | 0.49% | - |
| HSV(B) | 192.63º | 0.27% | 0.56% | - |
| XYZ | 19.45 | 22.31 | 29.27 | - |
| YUV | 126.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 143 | 0.27 | 0.06 | 0 | 0.44 | 192.63 | 0.15 | 0.49 |
| Hex | 69 | 87 | 8F | 1B | 6 | 0 | 2C | C1 | F | 31 |
| Octal | 151 | 207 | 217 | 33 | 6 | 0 | 54 | 301 | 17 | 61 |
| Binary | 1101001 | 10000111 | 10001111 | 11011 | 110 | 0 | 101100 | 11000001 | 1111 | 110001 |
Color Harmonies of #69878F
Complementary color
Monochromatic Colors of #69878F
Black with #69878F
Text Example
Text Example
White with #69878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69878F; }
p { color: rgb(105,135,143); }
H1.HeaderClassName
{
color: #69878F;
}
.AnyTagClassName
{
color: #69878F;
}
</style>
background-color css
<style>
a { background-color: #69878F; }
a { background-color: rgb(105,135,143); }
div.DivClassName
{
background-color: #69878F;
}
.BgClassName
{
background-color: #69878F;
}
</style>
border-color css
<style>
span { border-color: #69878F; }
span { border-color: rgb(105,135,143); }
td.TdClassName
{
border-color: #69878F;
}
.TagClassName
{
border-color: #69878F;
}
</style>