Shades of Gothic #68848F
Tints of Gothic #68848F
RGB
CMYK
RGB Variations
Color information
#68848F (or 0x68848F) is known color: Gothic. HEX triplet: 68, 84 and 8F. RGB value is (104,132,143). Sum of RGB (Red+Green+Blue) = 104+132+143=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 143 - color contains mainly: blue. Hex color #68848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68848F is #977B70. Grayscale: #7C7C7C. Windows color (decimal): -9927537 or 9405544. OLE color: 9405544.
HSL color Cylindrical-coordinate representation of color #68848F: hue angle of 196.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68848F is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 132 | 143 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.44 |
| HSL | 196.92º | 0.16% | 0.48% | - |
| HSV(B) | 196.92º | 0.27% | 0.56% | - |
| XYZ | 18.92 | 21.43 | 29.13 | - |
| YUV | 124.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 143 | 0.27 | 0.08 | 0 | 0.44 | 196.92 | 0.16 | 0.48 |
| Hex | 68 | 84 | 8F | 1B | 8 | 0 | 2C | C5 | 10 | 30 |
| Octal | 150 | 204 | 217 | 33 | 10 | 0 | 54 | 305 | 20 | 60 |
| Binary | 1101000 | 10000100 | 10001111 | 11011 | 1000 | 0 | 101100 | 11000101 | 10000 | 110000 |
Color Harmonies of #68848F
Complementary color
Monochromatic Colors of #68848F
Black with #68848F
Text Example
Text Example
White with #68848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68848F; }
p { color: rgb(104,132,143); }
H1.HeaderClassName
{
color: #68848F;
}
.AnyTagClassName
{
color: #68848F;
}
</style>
background-color css
<style>
a { background-color: #68848F; }
a { background-color: rgb(104,132,143); }
div.DivClassName
{
background-color: #68848F;
}
.BgClassName
{
background-color: #68848F;
}
</style>
border-color css
<style>
span { border-color: #68848F; }
span { border-color: rgb(104,132,143); }
td.TdClassName
{
border-color: #68848F;
}
.TagClassName
{
border-color: #68848F;
}
</style>