Shades of Gothic #648488
Tints of Gothic #648488
RGB
CMYK
RGB Variations
Color information
#648488 (or 0x648488) is known color: Gothic. HEX triplet: 64, 84 and 88. RGB value is (100,132,136). Sum of RGB (Red+Green+Blue) = 100+132+136=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #648488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648488 is #9B7B77. Grayscale: #7A7A7A. Windows color (decimal): -10189688 or 8946788. OLE color: 8946788.
HSL color Cylindrical-coordinate representation of color #648488: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648488 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 132 | 136 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.47 |
| HSL | 186.67º | 0.15% | 0.46% | - |
| HSV(B) | 186.67º | 0.26% | 0.53% | - |
| XYZ | 17.95 | 20.99 | 26.4 | - |
| YUV | 122.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 136 | 0.26 | 0.03 | 0 | 0.47 | 186.67 | 0.15 | 0.46 |
| Hex | 64 | 84 | 88 | 1A | 3 | 0 | 2F | BB | F | 2E |
| Octal | 144 | 204 | 210 | 32 | 3 | 0 | 57 | 273 | 17 | 56 |
| Binary | 1100100 | 10000100 | 10001000 | 11010 | 11 | 0 | 101111 | 10111011 | 1111 | 101110 |
Color Harmonies of #648488
Complementary color
Monochromatic Colors of #648488
Black with #648488
Text Example
Text Example
White with #648488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648488; }
p { color: rgb(100,132,136); }
H1.HeaderClassName
{
color: #648488;
}
.AnyTagClassName
{
color: #648488;
}
</style>
background-color css
<style>
a { background-color: #648488; }
a { background-color: rgb(100,132,136); }
div.DivClassName
{
background-color: #648488;
}
.BgClassName
{
background-color: #648488;
}
</style>
border-color css
<style>
span { border-color: #648488; }
span { border-color: rgb(100,132,136); }
td.TdClassName
{
border-color: #648488;
}
.TagClassName
{
border-color: #648488;
}
</style>