Shades of Gothic #688B92
Tints of Gothic #688B92
RGB
CMYK
RGB Variations
Color information
#688B92 (or 0x688B92) is known color: Gothic. HEX triplet: 68, 8B and 92. RGB value is (104,139,146). Sum of RGB (Red+Green+Blue) = 104+139+146=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 146 - color contains mainly: blue. Hex color #688B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B92 is #97746D. Grayscale: #818181. Windows color (decimal): -9925742 or 9603944. OLE color: 9603944.
HSL color Cylindrical-coordinate representation of color #688B92: hue angle of 190º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #688B92 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 139 | 146 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.43 |
| HSL | 190º | 0.17% | 0.49% | - |
| HSV(B) | 190º | 0.29% | 0.57% | - |
| XYZ | 20.13 | 23.48 | 30.67 | - |
| YUV | 129.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 146 | 0.29 | 0.05 | 0 | 0.43 | 190 | 0.17 | 0.49 |
| Hex | 68 | 8B | 92 | 1D | 5 | 0 | 2B | BE | 11 | 31 |
| Octal | 150 | 213 | 222 | 35 | 5 | 0 | 53 | 276 | 21 | 61 |
| Binary | 1101000 | 10001011 | 10010010 | 11101 | 101 | 0 | 101011 | 10111110 | 10001 | 110001 |
Color Harmonies of #688B92
Complementary color
Monochromatic Colors of #688B92
Black with #688B92
Text Example
Text Example
White with #688B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B92; }
p { color: rgb(104,139,146); }
H1.HeaderClassName
{
color: #688B92;
}
.AnyTagClassName
{
color: #688B92;
}
</style>
background-color css
<style>
a { background-color: #688B92; }
a { background-color: rgb(104,139,146); }
div.DivClassName
{
background-color: #688B92;
}
.BgClassName
{
background-color: #688B92;
}
</style>
border-color css
<style>
span { border-color: #688B92; }
span { border-color: rgb(104,139,146); }
td.TdClassName
{
border-color: #688B92;
}
.TagClassName
{
border-color: #688B92;
}
</style>