Shades of Patina #669A8B
Tints of Patina #669A8B
RGB
CMYK
RGB Variations
Color information
#669A8B (or 0x669A8B) is known color: Patina. HEX triplet: 66, 9A and 8B. RGB value is (102,154,139). Sum of RGB (Red+Green+Blue) = 102+154+139=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #669A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669A8B is #996574. Grayscale: #888888. Windows color (decimal): -10052981 or 9149030. OLE color: 9149030.
HSL color Cylindrical-coordinate representation of color #669A8B: hue angle of 162.69º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669A8B is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 154 | 139 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.40 |
| HSL | 162.69º | 0.2% | 0.5% | - |
| HSV(B) | 162.69º | 0.34% | 0.6% | - |
| XYZ | 21.7 | 27.8 | 28.65 | - |
| YUV | 136.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 139 | 0.34 | 0 | 0.10 | 0.40 | 162.69 | 0.2 | 0.5 |
| Hex | 66 | 9A | 8B | 22 | 0 | A | 28 | A3 | 14 | 32 |
| Octal | 146 | 232 | 213 | 42 | 0 | 12 | 50 | 243 | 24 | 62 |
| Binary | 1100110 | 10011010 | 10001011 | 100010 | 0 | 1010 | 101000 | 10100011 | 10100 | 110010 |
Color Harmonies of #669A8B
Complementary color
Monochromatic Colors of #669A8B
Black with #669A8B
Text Example
Text Example
White with #669A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669A8B; }
p { color: rgb(102,154,139); }
H1.HeaderClassName
{
color: #669A8B;
}
.AnyTagClassName
{
color: #669A8B;
}
</style>
background-color css
<style>
a { background-color: #669A8B; }
a { background-color: rgb(102,154,139); }
div.DivClassName
{
background-color: #669A8B;
}
.BgClassName
{
background-color: #669A8B;
}
</style>
border-color css
<style>
span { border-color: #669A8B; }
span { border-color: rgb(102,154,139); }
td.TdClassName
{
border-color: #669A8B;
}
.TagClassName
{
border-color: #669A8B;
}
</style>