Shades of Gothic #679299
Tints of Gothic #679299
RGB
CMYK
RGB Variations
Color information
#679299 (or 0x679299) is known color: Gothic. HEX triplet: 67, 92 and 99. RGB value is (103,146,153). Sum of RGB (Red+Green+Blue) = 103+146+153=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #679299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679299 is #986D66. Grayscale: #858585. Windows color (decimal): -9989479 or 10064487. OLE color: 10064487.
HSL color Cylindrical-coordinate representation of color #679299: hue angle of 188.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679299 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 146 | 153 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.4 |
| HSL | 188.4º | 0.2% | 0.5% | - |
| HSV(B) | 188.4º | 0.33% | 0.6% | - |
| XYZ | 21.62 | 25.74 | 33.97 | - |
| YUV | 133.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 146 | 153 | 0.33 | 0.05 | 0 | 0.4 | 188.4 | 0.2 | 0.5 |
| Hex | 67 | 92 | 99 | 21 | 5 | 0 | 28 | BC | 14 | 32 |
| Octal | 147 | 222 | 231 | 41 | 5 | 0 | 50 | 274 | 24 | 62 |
| Binary | 1100111 | 10010010 | 10011001 | 100001 | 101 | 0 | 101000 | 10111100 | 10100 | 110010 |
Color Harmonies of #679299
Complementary color
Monochromatic Colors of #679299
Black with #679299
Text Example
Text Example
White with #679299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679299; }
p { color: rgb(103,146,153); }
H1.HeaderClassName
{
color: #679299;
}
.AnyTagClassName
{
color: #679299;
}
</style>
background-color css
<style>
a { background-color: #679299; }
a { background-color: rgb(103,146,153); }
div.DivClassName
{
background-color: #679299;
}
.BgClassName
{
background-color: #679299;
}
</style>
border-color css
<style>
span { border-color: #679299; }
span { border-color: rgb(103,146,153); }
td.TdClassName
{
border-color: #679299;
}
.TagClassName
{
border-color: #679299;
}
</style>