Shades of Gothic #61898F
Tints of Gothic #61898F
RGB
CMYK
RGB Variations
Color information
#61898F (or 0x61898F) is known color: Gothic. HEX triplet: 61, 89 and 8F. RGB value is (97,137,143). Sum of RGB (Red+Green+Blue) = 97+137+143=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 143 - color contains mainly: blue. Hex color #61898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61898F is #9E7670. Grayscale: #7D7D7D. Windows color (decimal): -10385009 or 9406817. OLE color: 9406817.
HSL color Cylindrical-coordinate representation of color #61898F: hue angle of 187.83º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61898F is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 137 | 143 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.44 |
| HSL | 187.83º | 0.19% | 0.47% | - |
| HSV(B) | 187.83º | 0.32% | 0.56% | - |
| XYZ | 18.83 | 22.42 | 29.32 | - |
| YUV | 125.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 137 | 143 | 0.32 | 0.04 | 0 | 0.44 | 187.83 | 0.19 | 0.47 |
| Hex | 61 | 89 | 8F | 20 | 4 | 0 | 2C | BC | 13 | 2F |
| Octal | 141 | 211 | 217 | 40 | 4 | 0 | 54 | 274 | 23 | 57 |
| Binary | 1100001 | 10001001 | 10001111 | 100000 | 100 | 0 | 101100 | 10111100 | 10011 | 101111 |
Color Harmonies of #61898F
Complementary color
Monochromatic Colors of #61898F
Black with #61898F
Text Example
Text Example
White with #61898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61898F; }
p { color: rgb(97,137,143); }
H1.HeaderClassName
{
color: #61898F;
}
.AnyTagClassName
{
color: #61898F;
}
</style>
background-color css
<style>
a { background-color: #61898F; }
a { background-color: rgb(97,137,143); }
div.DivClassName
{
background-color: #61898F;
}
.BgClassName
{
background-color: #61898F;
}
</style>
border-color css
<style>
span { border-color: #61898F; }
span { border-color: rgb(97,137,143); }
td.TdClassName
{
border-color: #61898F;
}
.TagClassName
{
border-color: #61898F;
}
</style>