Shades of Gothic #679399
Tints of Gothic #679399
RGB
CMYK
RGB Variations
Color information
#679399 (or 0x679399) is known color: Gothic. HEX triplet: 67, 93 and 99. RGB value is (103,147,153). Sum of RGB (Red+Green+Blue) = 103+147+153=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #679399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679399 is #986C66. Grayscale: #868686. Windows color (decimal): -9989223 or 10064743. OLE color: 10064743.
HSL color Cylindrical-coordinate representation of color #679399: hue angle of 187.2º 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 #679399 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 147 | 153 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.4 |
| HSL | 187.2º | 0.2% | 0.5% | - |
| HSV(B) | 187.2º | 0.33% | 0.6% | - |
| XYZ | 21.78 | 26.05 | 34.02 | - |
| YUV | 134.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 153 | 0.33 | 0.04 | 0 | 0.4 | 187.2 | 0.2 | 0.5 |
| Hex | 67 | 93 | 99 | 21 | 4 | 0 | 28 | BB | 14 | 32 |
| Octal | 147 | 223 | 231 | 41 | 4 | 0 | 50 | 273 | 24 | 62 |
| Binary | 1100111 | 10010011 | 10011001 | 100001 | 100 | 0 | 101000 | 10111011 | 10100 | 110010 |
Color Harmonies of #679399
Complementary color
Monochromatic Colors of #679399
Black with #679399
Text Example
Text Example
White with #679399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679399; }
p { color: rgb(103,147,153); }
H1.HeaderClassName
{
color: #679399;
}
.AnyTagClassName
{
color: #679399;
}
</style>
background-color css
<style>
a { background-color: #679399; }
a { background-color: rgb(103,147,153); }
div.DivClassName
{
background-color: #679399;
}
.BgClassName
{
background-color: #679399;
}
</style>
border-color css
<style>
span { border-color: #679399; }
span { border-color: rgb(103,147,153); }
td.TdClassName
{
border-color: #679399;
}
.TagClassName
{
border-color: #679399;
}
</style>