Shades of Gothic #64858B
Tints of Gothic #64858B
RGB
CMYK
RGB Variations
Color information
#64858B (or 0x64858B) is known color: Gothic. HEX triplet: 64, 85 and 8B. RGB value is (100,133,139). Sum of RGB (Red+Green+Blue) = 100+133+139=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #64858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64858B is #9B7A74. Grayscale: #7B7B7B. Windows color (decimal): -10189429 or 9143652. OLE color: 9143652.
HSL color Cylindrical-coordinate representation of color #64858B: hue angle of 189.23º 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 #64858B is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 133 | 139 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.45 |
| HSL | 189.23º | 0.16% | 0.47% | - |
| HSV(B) | 189.23º | 0.28% | 0.55% | - |
| XYZ | 18.3 | 21.35 | 27.58 | - |
| YUV | 123.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 139 | 0.28 | 0.04 | 0 | 0.45 | 189.23 | 0.16 | 0.47 |
| Hex | 64 | 85 | 8B | 1C | 4 | 0 | 2D | BD | 10 | 2F |
| Octal | 144 | 205 | 213 | 34 | 4 | 0 | 55 | 275 | 20 | 57 |
| Binary | 1100100 | 10000101 | 10001011 | 11100 | 100 | 0 | 101101 | 10111101 | 10000 | 101111 |
Color Harmonies of #64858B
Complementary color
Monochromatic Colors of #64858B
Black with #64858B
Text Example
Text Example
White with #64858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64858B; }
p { color: rgb(100,133,139); }
H1.HeaderClassName
{
color: #64858B;
}
.AnyTagClassName
{
color: #64858B;
}
</style>
background-color css
<style>
a { background-color: #64858B; }
a { background-color: rgb(100,133,139); }
div.DivClassName
{
background-color: #64858B;
}
.BgClassName
{
background-color: #64858B;
}
</style>
border-color css
<style>
span { border-color: #64858B; }
span { border-color: rgb(100,133,139); }
td.TdClassName
{
border-color: #64858B;
}
.TagClassName
{
border-color: #64858B;
}
</style>