Shades of Gothic #648A92
Tints of Gothic #648A92
RGB
CMYK
RGB Variations
Color information
#648A92 (or 0x648A92) is known color: Gothic. HEX triplet: 64, 8A and 92. RGB value is (100,138,146). Sum of RGB (Red+Green+Blue) = 100+138+146=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #648A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648A92 is #9B756D. Grayscale: #7F7F7F. Windows color (decimal): -10188142 or 9603684. OLE color: 9603684.
HSL color Cylindrical-coordinate representation of color #648A92: hue angle of 190.43º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648A92 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 138 | 146 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.43 |
| HSL | 190.43º | 0.19% | 0.48% | - |
| HSV(B) | 190.43º | 0.32% | 0.57% | - |
| XYZ | 19.53 | 22.96 | 30.6 | - |
| YUV | 127.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 146 | 0.32 | 0.05 | 0 | 0.43 | 190.43 | 0.19 | 0.48 |
| Hex | 64 | 8A | 92 | 20 | 5 | 0 | 2B | BE | 13 | 30 |
| Octal | 144 | 212 | 222 | 40 | 5 | 0 | 53 | 276 | 23 | 60 |
| Binary | 1100100 | 10001010 | 10010010 | 100000 | 101 | 0 | 101011 | 10111110 | 10011 | 110000 |
Color Harmonies of #648A92
Complementary color
Monochromatic Colors of #648A92
Black with #648A92
Text Example
Text Example
White with #648A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648A92; }
p { color: rgb(100,138,146); }
H1.HeaderClassName
{
color: #648A92;
}
.AnyTagClassName
{
color: #648A92;
}
</style>
background-color css
<style>
a { background-color: #648A92; }
a { background-color: rgb(100,138,146); }
div.DivClassName
{
background-color: #648A92;
}
.BgClassName
{
background-color: #648A92;
}
</style>
border-color css
<style>
span { border-color: #648A92; }
span { border-color: rgb(100,138,146); }
td.TdClassName
{
border-color: #648A92;
}
.TagClassName
{
border-color: #648A92;
}
</style>