Shades of Gothic #648B93
Tints of Gothic #648B93
RGB
CMYK
RGB Variations
Color information
#648B93 (or 0x648B93) is known color: Gothic. HEX triplet: 64, 8B and 93. RGB value is (100,139,147). Sum of RGB (Red+Green+Blue) = 100+139+147=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #648B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648B93 is #9B746C. Grayscale: #808080. Windows color (decimal): -10187885 or 9669476. OLE color: 9669476.
HSL color Cylindrical-coordinate representation of color #648B93: hue angle of 190.21º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648B93 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 139 | 147 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.42 |
| HSL | 190.21º | 0.19% | 0.48% | - |
| HSV(B) | 190.21º | 0.32% | 0.58% | - |
| XYZ | 19.75 | 23.28 | 31.06 | - |
| YUV | 128.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 147 | 0.32 | 0.05 | 0 | 0.42 | 190.21 | 0.19 | 0.48 |
| Hex | 64 | 8B | 93 | 20 | 5 | 0 | 2A | BE | 13 | 30 |
| Octal | 144 | 213 | 223 | 40 | 5 | 0 | 52 | 276 | 23 | 60 |
| Binary | 1100100 | 10001011 | 10010011 | 100000 | 101 | 0 | 101010 | 10111110 | 10011 | 110000 |
Color Harmonies of #648B93
Complementary color
Monochromatic Colors of #648B93
Black with #648B93
Text Example
Text Example
White with #648B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B93; }
p { color: rgb(100,139,147); }
H1.HeaderClassName
{
color: #648B93;
}
.AnyTagClassName
{
color: #648B93;
}
</style>
background-color css
<style>
a { background-color: #648B93; }
a { background-color: rgb(100,139,147); }
div.DivClassName
{
background-color: #648B93;
}
.BgClassName
{
background-color: #648B93;
}
</style>
border-color css
<style>
span { border-color: #648B93; }
span { border-color: rgb(100,139,147); }
td.TdClassName
{
border-color: #648B93;
}
.TagClassName
{
border-color: #648B93;
}
</style>