Shades of Gothic #61878F
Tints of Gothic #61878F
RGB
CMYK
RGB Variations
Color information
#61878F (or 0x61878F) is known color: Gothic. HEX triplet: 61, 87 and 8F. RGB value is (97,135,143). Sum of RGB (Red+Green+Blue) = 97+135+143=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #61878F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61878F is #9E7870. Grayscale: #7C7C7C. Windows color (decimal): -10385521 or 9406305. OLE color: 9406305.
HSL color Cylindrical-coordinate representation of color #61878F: hue angle of 190.43º 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 #61878F is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 135 | 143 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.44 |
| HSL | 190.43º | 0.19% | 0.47% | - |
| HSV(B) | 190.43º | 0.32% | 0.56% | - |
| XYZ | 18.55 | 21.85 | 29.23 | - |
| YUV | 124.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 143 | 0.32 | 0.06 | 0 | 0.44 | 190.43 | 0.19 | 0.47 |
| Hex | 61 | 87 | 8F | 20 | 6 | 0 | 2C | BE | 13 | 2F |
| Octal | 141 | 207 | 217 | 40 | 6 | 0 | 54 | 276 | 23 | 57 |
| Binary | 1100001 | 10000111 | 10001111 | 100000 | 110 | 0 | 101100 | 10111110 | 10011 | 101111 |
Color Harmonies of #61878F
Complementary color
Monochromatic Colors of #61878F
Black with #61878F
Text Example
Text Example
White with #61878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61878F; }
p { color: rgb(97,135,143); }
H1.HeaderClassName
{
color: #61878F;
}
.AnyTagClassName
{
color: #61878F;
}
</style>
background-color css
<style>
a { background-color: #61878F; }
a { background-color: rgb(97,135,143); }
div.DivClassName
{
background-color: #61878F;
}
.BgClassName
{
background-color: #61878F;
}
</style>
border-color css
<style>
span { border-color: #61878F; }
span { border-color: rgb(97,135,143); }
td.TdClassName
{
border-color: #61878F;
}
.TagClassName
{
border-color: #61878F;
}
</style>