Shades of Gothic #64898F
Tints of Gothic #64898F
RGB
CMYK
RGB Variations
Color information
#64898F (or 0x64898F) is known color: Gothic. HEX triplet: 64, 89 and 8F. RGB value is (100,137,143). Sum of RGB (Red+Green+Blue) = 100+137+143=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 143 - color contains mainly: blue. Hex color #64898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64898F is #9B7670. Grayscale: #7E7E7E. Windows color (decimal): -10188401 or 9406820. OLE color: 9406820.
HSL color Cylindrical-coordinate representation of color #64898F: hue angle of 188.37º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64898F is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 137 | 143 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.44 |
| HSL | 188.37º | 0.18% | 0.48% | - |
| HSV(B) | 188.37º | 0.3% | 0.56% | - |
| XYZ | 19.16 | 22.58 | 29.34 | - |
| YUV | 126.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 143 | 0.30 | 0.04 | 0 | 0.44 | 188.37 | 0.18 | 0.48 |
| Hex | 64 | 89 | 8F | 1E | 4 | 0 | 2C | BC | 12 | 30 |
| Octal | 144 | 211 | 217 | 36 | 4 | 0 | 54 | 274 | 22 | 60 |
| Binary | 1100100 | 10001001 | 10001111 | 11110 | 100 | 0 | 101100 | 10111100 | 10010 | 110000 |
Color Harmonies of #64898F
Complementary color
Monochromatic Colors of #64898F
Black with #64898F
Text Example
Text Example
White with #64898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64898F; }
p { color: rgb(100,137,143); }
H1.HeaderClassName
{
color: #64898F;
}
.AnyTagClassName
{
color: #64898F;
}
</style>
background-color css
<style>
a { background-color: #64898F; }
a { background-color: rgb(100,137,143); }
div.DivClassName
{
background-color: #64898F;
}
.BgClassName
{
background-color: #64898F;
}
</style>
border-color css
<style>
span { border-color: #64898F; }
span { border-color: rgb(100,137,143); }
td.TdClassName
{
border-color: #64898F;
}
.TagClassName
{
border-color: #64898F;
}
</style>