Shades of Gothic #648888
Tints of Gothic #648888
RGB
CMYK
RGB Variations
Color information
#648888 (or 0x648888) is known color: Gothic. HEX triplet: 64, 88 and 88. RGB value is (100,136,136). Sum of RGB (Red+Green+Blue) = 100+136+136=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #648888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648888 is #9B7777. Grayscale: #7D7D7D. Windows color (decimal): -10188664 or 8947812. OLE color: 8947812.
HSL color Cylindrical-coordinate representation of color #648888: hue angle of 180º 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 #648888 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 136 | - |
| CMYK | 0.26 | 0 | 0 | 0.47 |
| HSL | 180º | 0.15% | 0.46% | - |
| HSV(B) | 180º | 0.26% | 0.53% | - |
| XYZ | 18.5 | 22.1 | 26.58 | - |
| YUV | 125.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 136 | 0.26 | 0 | 0 | 0.47 | 180 | 0.15 | 0.46 |
| Hex | 64 | 88 | 88 | 1A | 0 | 0 | 2F | B4 | F | 2E |
| Octal | 144 | 210 | 210 | 32 | 0 | 0 | 57 | 264 | 17 | 56 |
| Binary | 1100100 | 10001000 | 10001000 | 11010 | 0 | 0 | 101111 | 10110100 | 1111 | 101110 |
Color Harmonies of #648888
Complementary color
Monochromatic Colors of #648888
Black with #648888
Text Example
Text Example
White with #648888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648888; }
p { color: rgb(100,136,136); }
H1.HeaderClassName
{
color: #648888;
}
.AnyTagClassName
{
color: #648888;
}
</style>
background-color css
<style>
a { background-color: #648888; }
a { background-color: rgb(100,136,136); }
div.DivClassName
{
background-color: #648888;
}
.BgClassName
{
background-color: #648888;
}
</style>
border-color css
<style>
span { border-color: #648888; }
span { border-color: rgb(100,136,136); }
td.TdClassName
{
border-color: #648888;
}
.TagClassName
{
border-color: #648888;
}
</style>