Shades of Gothic #64858D
Tints of Gothic #64858D
RGB
CMYK
RGB Variations
Color information
#64858D (or 0x64858D) is known color: Gothic. HEX triplet: 64, 85 and 8D. RGB value is (100,133,141). Sum of RGB (Red+Green+Blue) = 100+133+141=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #64858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64858D is #9B7A72. Grayscale: #7B7B7B. Windows color (decimal): -10189427 or 9274724. OLE color: 9274724.
HSL color Cylindrical-coordinate representation of color #64858D: hue angle of 191.71º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64858D is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 133 | 141 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.45 |
| HSL | 191.71º | 0.17% | 0.47% | - |
| HSV(B) | 191.71º | 0.29% | 0.55% | - |
| XYZ | 18.45 | 21.41 | 28.36 | - |
| YUV | 124.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 141 | 0.29 | 0.06 | 0 | 0.45 | 191.71 | 0.17 | 0.47 |
| Hex | 64 | 85 | 8D | 1D | 6 | 0 | 2D | C0 | 11 | 2F |
| Octal | 144 | 205 | 215 | 35 | 6 | 0 | 55 | 300 | 21 | 57 |
| Binary | 1100100 | 10000101 | 10001101 | 11101 | 110 | 0 | 101101 | 11000000 | 10001 | 101111 |
Color Harmonies of #64858D
Complementary color
Monochromatic Colors of #64858D
Black with #64858D
Text Example
Text Example
White with #64858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64858D; }
p { color: rgb(100,133,141); }
H1.HeaderClassName
{
color: #64858D;
}
.AnyTagClassName
{
color: #64858D;
}
</style>
background-color css
<style>
a { background-color: #64858D; }
a { background-color: rgb(100,133,141); }
div.DivClassName
{
background-color: #64858D;
}
.BgClassName
{
background-color: #64858D;
}
</style>
border-color css
<style>
span { border-color: #64858D; }
span { border-color: rgb(100,133,141); }
td.TdClassName
{
border-color: #64858D;
}
.TagClassName
{
border-color: #64858D;
}
</style>