Shades of Gothic #669097
Tints of Gothic #669097
RGB
CMYK
RGB Variations
Color information
#669097 (or 0x669097) is known color: Gothic. HEX triplet: 66, 90 and 97. RGB value is (102,144,151). Sum of RGB (Red+Green+Blue) = 102+144+151=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #669097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669097 is #996F68. Grayscale: #848484. Windows color (decimal): -10055529 or 9932902. OLE color: 9932902.
HSL color Cylindrical-coordinate representation of color #669097: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669097 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 144 | 151 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.41 |
| HSL | 188.57º | 0.19% | 0.5% | - |
| HSV(B) | 188.57º | 0.32% | 0.59% | - |
| XYZ | 21.04 | 25.01 | 33 | - |
| YUV | 132.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 151 | 0.32 | 0.05 | 0 | 0.41 | 188.57 | 0.19 | 0.5 |
| Hex | 66 | 90 | 97 | 20 | 5 | 0 | 29 | BD | 13 | 32 |
| Octal | 146 | 220 | 227 | 40 | 5 | 0 | 51 | 275 | 23 | 62 |
| Binary | 1100110 | 10010000 | 10010111 | 100000 | 101 | 0 | 101001 | 10111101 | 10011 | 110010 |
Color Harmonies of #669097
Complementary color
Monochromatic Colors of #669097
Black with #669097
Text Example
Text Example
White with #669097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669097; }
p { color: rgb(102,144,151); }
H1.HeaderClassName
{
color: #669097;
}
.AnyTagClassName
{
color: #669097;
}
</style>
background-color css
<style>
a { background-color: #669097; }
a { background-color: rgb(102,144,151); }
div.DivClassName
{
background-color: #669097;
}
.BgClassName
{
background-color: #669097;
}
</style>
border-color css
<style>
span { border-color: #669097; }
span { border-color: rgb(102,144,151); }
td.TdClassName
{
border-color: #669097;
}
.TagClassName
{
border-color: #669097;
}
</style>