Shades of Gothic #64888F
Tints of Gothic #64888F
RGB
CMYK
RGB Variations
Color information
#64888F (or 0x64888F) is known color: Gothic. HEX triplet: 64, 88 and 8F. RGB value is (100,136,143). Sum of RGB (Red+Green+Blue) = 100+136+143=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 143 - color contains mainly: blue. Hex color #64888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64888F is #9B7770. Grayscale: #7D7D7D. Windows color (decimal): -10188657 or 9406564. OLE color: 9406564.
HSL color Cylindrical-coordinate representation of color #64888F: hue angle of 189.77º 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 #64888F is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 136 | 143 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.44 |
| HSL | 189.77º | 0.18% | 0.48% | - |
| HSV(B) | 189.77º | 0.3% | 0.56% | - |
| XYZ | 19.02 | 22.3 | 29.29 | - |
| YUV | 126.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 143 | 0.30 | 0.05 | 0 | 0.44 | 189.77 | 0.18 | 0.48 |
| Hex | 64 | 88 | 8F | 1E | 5 | 0 | 2C | BE | 12 | 30 |
| Octal | 144 | 210 | 217 | 36 | 5 | 0 | 54 | 276 | 22 | 60 |
| Binary | 1100100 | 10001000 | 10001111 | 11110 | 101 | 0 | 101100 | 10111110 | 10010 | 110000 |
Color Harmonies of #64888F
Complementary color
Monochromatic Colors of #64888F
Black with #64888F
Text Example
Text Example
White with #64888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64888F; }
p { color: rgb(100,136,143); }
H1.HeaderClassName
{
color: #64888F;
}
.AnyTagClassName
{
color: #64888F;
}
</style>
background-color css
<style>
a { background-color: #64888F; }
a { background-color: rgb(100,136,143); }
div.DivClassName
{
background-color: #64888F;
}
.BgClassName
{
background-color: #64888F;
}
</style>
border-color css
<style>
span { border-color: #64888F; }
span { border-color: rgb(100,136,143); }
td.TdClassName
{
border-color: #64888F;
}
.TagClassName
{
border-color: #64888F;
}
</style>