Shades of Gothic #648D94
Tints of Gothic #648D94
RGB
CMYK
RGB Variations
Color information
#648D94 (or 0x648D94) is known color: Gothic. HEX triplet: 64, 8D and 94. RGB value is (100,141,148). Sum of RGB (Red+Green+Blue) = 100+141+148=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #648D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D94 is #9B726B. Grayscale: #818181. Windows color (decimal): -10187372 or 9735524. OLE color: 9735524.
HSL color Cylindrical-coordinate representation of color #648D94: hue angle of 188.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648D94 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 141 | 148 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.42 |
| HSL | 188.75º | 0.19% | 0.49% | - |
| HSV(B) | 188.75º | 0.32% | 0.58% | - |
| XYZ | 20.13 | 23.9 | 31.57 | - |
| YUV | 129.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 148 | 0.32 | 0.05 | 0 | 0.42 | 188.75 | 0.19 | 0.49 |
| Hex | 64 | 8D | 94 | 20 | 5 | 0 | 2A | BD | 13 | 31 |
| Octal | 144 | 215 | 224 | 40 | 5 | 0 | 52 | 275 | 23 | 61 |
| Binary | 1100100 | 10001101 | 10010100 | 100000 | 101 | 0 | 101010 | 10111101 | 10011 | 110001 |
Color Harmonies of #648D94
Complementary color
Monochromatic Colors of #648D94
Black with #648D94
Text Example
Text Example
White with #648D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D94; }
p { color: rgb(100,141,148); }
H1.HeaderClassName
{
color: #648D94;
}
.AnyTagClassName
{
color: #648D94;
}
</style>
background-color css
<style>
a { background-color: #648D94; }
a { background-color: rgb(100,141,148); }
div.DivClassName
{
background-color: #648D94;
}
.BgClassName
{
background-color: #648D94;
}
</style>
border-color css
<style>
span { border-color: #648D94; }
span { border-color: rgb(100,141,148); }
td.TdClassName
{
border-color: #648D94;
}
.TagClassName
{
border-color: #648D94;
}
</style>