Shades of Gothic #69929A
Tints of Gothic #69929A
RGB
CMYK
RGB Variations
Color information
#69929A (or 0x69929A) is known color: Gothic. HEX triplet: 69, 92 and 9A. RGB value is (105,146,154). Sum of RGB (Red+Green+Blue) = 105+146+154=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #69929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69929A is #966D65. Grayscale: #868686. Windows color (decimal): -9858406 or 10130025. OLE color: 10130025.
HSL color Cylindrical-coordinate representation of color #69929A: hue angle of 189.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69929A is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 146 | 154 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.40 |
| HSL | 189.8º | 0.2% | 0.51% | - |
| HSV(B) | 189.8º | 0.32% | 0.6% | - |
| XYZ | 21.94 | 25.89 | 34.41 | - |
| YUV | 134.65 | 138.92 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 154 | 0.32 | 0.05 | 0 | 0.40 | 189.8 | 0.2 | 0.51 |
| Hex | 69 | 92 | 9A | 20 | 5 | 0 | 28 | BE | 14 | 33 |
| Octal | 151 | 222 | 232 | 40 | 5 | 0 | 50 | 276 | 24 | 63 |
| Binary | 1101001 | 10010010 | 10011010 | 100000 | 101 | 0 | 101000 | 10111110 | 10100 | 110011 |
Color Harmonies of #69929A
Complementary color
Monochromatic Colors of #69929A
Black with #69929A
Text Example
Text Example
White with #69929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69929A; }
p { color: rgb(105,146,154); }
H1.HeaderClassName
{
color: #69929A;
}
.AnyTagClassName
{
color: #69929A;
}
</style>
background-color css
<style>
a { background-color: #69929A; }
a { background-color: rgb(105,146,154); }
div.DivClassName
{
background-color: #69929A;
}
.BgClassName
{
background-color: #69929A;
}
</style>
border-color css
<style>
span { border-color: #69929A; }
span { border-color: rgb(105,146,154); }
td.TdClassName
{
border-color: #69929A;
}
.TagClassName
{
border-color: #69929A;
}
</style>