Shades of Gothic #64888B
Tints of Gothic #64888B
RGB
CMYK
RGB Variations
Color information
#64888B (or 0x64888B) is known color: Gothic. HEX triplet: 64, 88 and 8B. RGB value is (100,136,139). Sum of RGB (Red+Green+Blue) = 100+136+139=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #64888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64888B is #9B7774. Grayscale: #7D7D7D. Windows color (decimal): -10188661 or 9144420. OLE color: 9144420.
HSL color Cylindrical-coordinate representation of color #64888B: hue angle of 184.62º degrees, saturation: 0.16, 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 #64888B is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 136 | 139 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.45 |
| HSL | 184.62º | 0.16% | 0.47% | - |
| HSV(B) | 184.62º | 0.28% | 0.55% | - |
| XYZ | 18.72 | 22.18 | 27.72 | - |
| YUV | 125.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 139 | 0.28 | 0.02 | 0 | 0.45 | 184.62 | 0.16 | 0.47 |
| Hex | 64 | 88 | 8B | 1C | 2 | 0 | 2D | B9 | 10 | 2F |
| Octal | 144 | 210 | 213 | 34 | 2 | 0 | 55 | 271 | 20 | 57 |
| Binary | 1100100 | 10001000 | 10001011 | 11100 | 10 | 0 | 101101 | 10111001 | 10000 | 101111 |
Color Harmonies of #64888B
Complementary color
Monochromatic Colors of #64888B
Black with #64888B
Text Example
Text Example
White with #64888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64888B; }
p { color: rgb(100,136,139); }
H1.HeaderClassName
{
color: #64888B;
}
.AnyTagClassName
{
color: #64888B;
}
</style>
background-color css
<style>
a { background-color: #64888B; }
a { background-color: rgb(100,136,139); }
div.DivClassName
{
background-color: #64888B;
}
.BgClassName
{
background-color: #64888B;
}
</style>
border-color css
<style>
span { border-color: #64888B; }
span { border-color: rgb(100,136,139); }
td.TdClassName
{
border-color: #64888B;
}
.TagClassName
{
border-color: #64888B;
}
</style>