Shades of Gothic #65898D
Tints of Gothic #65898D
RGB
CMYK
RGB Variations
Color information
#65898D (or 0x65898D) is known color: Gothic. HEX triplet: 65, 89 and 8D. RGB value is (101,137,141). Sum of RGB (Red+Green+Blue) = 101+137+141=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #65898D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65898D is #9A7672. Grayscale: #7E7E7E. Windows color (decimal): -10122867 or 9275749. OLE color: 9275749.
HSL color Cylindrical-coordinate representation of color #65898D: hue angle of 186º 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 #65898D is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 137 | 141 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.45 |
| HSL | 186º | 0.17% | 0.47% | - |
| HSV(B) | 186º | 0.28% | 0.55% | - |
| XYZ | 19.12 | 22.58 | 28.55 | - |
| YUV | 126.69 | 136.07 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 141 | 0.28 | 0.03 | 0 | 0.45 | 186 | 0.17 | 0.47 |
| Hex | 65 | 89 | 8D | 1C | 3 | 0 | 2D | BA | 11 | 2F |
| Octal | 145 | 211 | 215 | 34 | 3 | 0 | 55 | 272 | 21 | 57 |
| Binary | 1100101 | 10001001 | 10001101 | 11100 | 11 | 0 | 101101 | 10111010 | 10001 | 101111 |
Color Harmonies of #65898D
Complementary color
Monochromatic Colors of #65898D
Black with #65898D
Text Example
Text Example
White with #65898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65898D; }
p { color: rgb(101,137,141); }
H1.HeaderClassName
{
color: #65898D;
}
.AnyTagClassName
{
color: #65898D;
}
</style>
background-color css
<style>
a { background-color: #65898D; }
a { background-color: rgb(101,137,141); }
div.DivClassName
{
background-color: #65898D;
}
.BgClassName
{
background-color: #65898D;
}
</style>
border-color css
<style>
span { border-color: #65898D; }
span { border-color: rgb(101,137,141); }
td.TdClassName
{
border-color: #65898D;
}
.TagClassName
{
border-color: #65898D;
}
</style>