Shades of Gothic #65868D
Tints of Gothic #65868D
RGB
CMYK
RGB Variations
Color information
#65868D (or 0x65868D) is known color: Gothic. HEX triplet: 65, 86 and 8D. RGB value is (101,134,141). Sum of RGB (Red+Green+Blue) = 101+134+141=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #65868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65868D is #9A7972. Grayscale: #7C7C7C. Windows color (decimal): -10123635 or 9274981. OLE color: 9274981.
HSL color Cylindrical-coordinate representation of color #65868D: hue angle of 190.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65868D is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 134 | 141 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.45 |
| HSL | 190.5º | 0.17% | 0.47% | - |
| HSV(B) | 190.5º | 0.28% | 0.55% | - |
| XYZ | 18.7 | 21.74 | 28.41 | - |
| YUV | 124.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 141 | 0.28 | 0.05 | 0 | 0.45 | 190.5 | 0.17 | 0.47 |
| Hex | 65 | 86 | 8D | 1C | 5 | 0 | 2D | BE | 11 | 2F |
| Octal | 145 | 206 | 215 | 34 | 5 | 0 | 55 | 276 | 21 | 57 |
| Binary | 1100101 | 10000110 | 10001101 | 11100 | 101 | 0 | 101101 | 10111110 | 10001 | 101111 |
Color Harmonies of #65868D
Complementary color
Monochromatic Colors of #65868D
Black with #65868D
Text Example
Text Example
White with #65868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65868D; }
p { color: rgb(101,134,141); }
H1.HeaderClassName
{
color: #65868D;
}
.AnyTagClassName
{
color: #65868D;
}
</style>
background-color css
<style>
a { background-color: #65868D; }
a { background-color: rgb(101,134,141); }
div.DivClassName
{
background-color: #65868D;
}
.BgClassName
{
background-color: #65868D;
}
</style>
border-color css
<style>
span { border-color: #65868D; }
span { border-color: rgb(101,134,141); }
td.TdClassName
{
border-color: #65868D;
}
.TagClassName
{
border-color: #65868D;
}
</style>