Shades of Gothic #64848B
Tints of Gothic #64848B
RGB
CMYK
RGB Variations
Color information
#64848B (or 0x64848B) is known color: Gothic. HEX triplet: 64, 84 and 8B. RGB value is (100,132,139). Sum of RGB (Red+Green+Blue) = 100+132+139=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #64848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64848B is #9B7B74. Grayscale: #7B7B7B. Windows color (decimal): -10189685 or 9143396. OLE color: 9143396.
HSL color Cylindrical-coordinate representation of color #64848B: hue angle of 190.77º 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 #64848B is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 132 | 139 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.45 |
| HSL | 190.77º | 0.16% | 0.47% | - |
| HSV(B) | 190.77º | 0.28% | 0.55% | - |
| XYZ | 18.17 | 21.08 | 27.54 | - |
| YUV | 123.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 139 | 0.28 | 0.05 | 0 | 0.45 | 190.77 | 0.16 | 0.47 |
| Hex | 64 | 84 | 8B | 1C | 5 | 0 | 2D | BF | 10 | 2F |
| Octal | 144 | 204 | 213 | 34 | 5 | 0 | 55 | 277 | 20 | 57 |
| Binary | 1100100 | 10000100 | 10001011 | 11100 | 101 | 0 | 101101 | 10111111 | 10000 | 101111 |
Color Harmonies of #64848B
Complementary color
Monochromatic Colors of #64848B
Black with #64848B
Text Example
Text Example
White with #64848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64848B; }
p { color: rgb(100,132,139); }
H1.HeaderClassName
{
color: #64848B;
}
.AnyTagClassName
{
color: #64848B;
}
</style>
background-color css
<style>
a { background-color: #64848B; }
a { background-color: rgb(100,132,139); }
div.DivClassName
{
background-color: #64848B;
}
.BgClassName
{
background-color: #64848B;
}
</style>
border-color css
<style>
span { border-color: #64848B; }
span { border-color: rgb(100,132,139); }
td.TdClassName
{
border-color: #64848B;
}
.TagClassName
{
border-color: #64848B;
}
</style>