Shades of Gothic #669198
Tints of Gothic #669198
RGB
CMYK
RGB Variations
Color information
#669198 (or 0x669198) is known color: Gothic. HEX triplet: 66, 91 and 98. RGB value is (102,145,152). Sum of RGB (Red+Green+Blue) = 102+145+152=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 152 - color contains mainly: blue. Hex color #669198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669198 is #996E67. Grayscale: #848484. Windows color (decimal): -10055272 or 9998694. OLE color: 9998694.
HSL color Cylindrical-coordinate representation of color #669198: 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 #669198 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 145 | 152 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.40 |
| HSL | 188.4º | 0.2% | 0.5% | - |
| HSV(B) | 188.4º | 0.33% | 0.6% | - |
| XYZ | 21.27 | 25.34 | 33.48 | - |
| YUV | 132.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 152 | 0.33 | 0.05 | 0 | 0.40 | 188.4 | 0.2 | 0.5 |
| Hex | 66 | 91 | 98 | 21 | 5 | 0 | 28 | BC | 14 | 32 |
| Octal | 146 | 221 | 230 | 41 | 5 | 0 | 50 | 274 | 24 | 62 |
| Binary | 1100110 | 10010001 | 10011000 | 100001 | 101 | 0 | 101000 | 10111100 | 10100 | 110010 |
Color Harmonies of #669198
Complementary color
Monochromatic Colors of #669198
Black with #669198
Text Example
Text Example
White with #669198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669198; }
p { color: rgb(102,145,152); }
H1.HeaderClassName
{
color: #669198;
}
.AnyTagClassName
{
color: #669198;
}
</style>
background-color css
<style>
a { background-color: #669198; }
a { background-color: rgb(102,145,152); }
div.DivClassName
{
background-color: #669198;
}
.BgClassName
{
background-color: #669198;
}
</style>
border-color css
<style>
span { border-color: #669198; }
span { border-color: rgb(102,145,152); }
td.TdClassName
{
border-color: #669198;
}
.TagClassName
{
border-color: #669198;
}
</style>