Shades of Gothic #648B8C
Tints of Gothic #648B8C
RGB
CMYK
RGB Variations
Color information
#648B8C (or 0x648B8C) is known color: Gothic. HEX triplet: 64, 8B and 8C. RGB value is (100,139,140). Sum of RGB (Red+Green+Blue) = 100+139+140=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #648B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648B8C is #9B7473. Grayscale: #7F7F7F. Windows color (decimal): -10187892 or 9210724. OLE color: 9210724.
HSL color Cylindrical-coordinate representation of color #648B8C: hue angle of 181.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648B8C is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 140 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.45 |
| HSL | 181.5º | 0.17% | 0.47% | - |
| HSV(B) | 181.5º | 0.29% | 0.55% | - |
| XYZ | 19.22 | 23.07 | 28.25 | - |
| YUV | 127.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 140 | 0.29 | 0.01 | 0 | 0.45 | 181.5 | 0.17 | 0.47 |
| Hex | 64 | 8B | 8C | 1D | 1 | 0 | 2D | B6 | 11 | 2F |
| Octal | 144 | 213 | 214 | 35 | 1 | 0 | 55 | 266 | 21 | 57 |
| Binary | 1100100 | 10001011 | 10001100 | 11101 | 1 | 0 | 101101 | 10110110 | 10001 | 101111 |
Color Harmonies of #648B8C
Complementary color
Monochromatic Colors of #648B8C
Black with #648B8C
Text Example
Text Example
White with #648B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B8C; }
p { color: rgb(100,139,140); }
H1.HeaderClassName
{
color: #648B8C;
}
.AnyTagClassName
{
color: #648B8C;
}
</style>
background-color css
<style>
a { background-color: #648B8C; }
a { background-color: rgb(100,139,140); }
div.DivClassName
{
background-color: #648B8C;
}
.BgClassName
{
background-color: #648B8C;
}
</style>
border-color css
<style>
span { border-color: #648B8C; }
span { border-color: rgb(100,139,140); }
td.TdClassName
{
border-color: #648B8C;
}
.TagClassName
{
border-color: #648B8C;
}
</style>