Shades of Horizon #669299
Tints of Horizon #669299
RGB
CMYK
RGB Variations
Color information
#669299 (or 0x669299) is known color: Horizon. HEX triplet: 66, 92 and 99. RGB value is (102,146,153). Sum of RGB (Red+Green+Blue) = 102+146+153=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #669299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669299 is #996D66. Grayscale: #858585. Windows color (decimal): -10055015 or 10064486. OLE color: 10064486.
HSL color Cylindrical-coordinate representation of color #669299: hue angle of 188.24º 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 #669299 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 146 | 153 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.4 |
| HSL | 188.24º | 0.2% | 0.5% | - |
| HSV(B) | 188.24º | 0.33% | 0.6% | - |
| XYZ | 21.51 | 25.68 | 33.96 | - |
| YUV | 133.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 153 | 0.33 | 0.05 | 0 | 0.4 | 188.24 | 0.2 | 0.5 |
| Hex | 66 | 92 | 99 | 21 | 5 | 0 | 28 | BC | 14 | 32 |
| Octal | 146 | 222 | 231 | 41 | 5 | 0 | 50 | 274 | 24 | 62 |
| Binary | 1100110 | 10010010 | 10011001 | 100001 | 101 | 0 | 101000 | 10111100 | 10100 | 110010 |
Color Harmonies of #669299
Complementary color
Monochromatic Colors of #669299
Black with #669299
Text Example
Text Example
White with #669299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669299; }
p { color: rgb(102,146,153); }
H1.HeaderClassName
{
color: #669299;
}
.AnyTagClassName
{
color: #669299;
}
</style>
background-color css
<style>
a { background-color: #669299; }
a { background-color: rgb(102,146,153); }
div.DivClassName
{
background-color: #669299;
}
.BgClassName
{
background-color: #669299;
}
</style>
border-color css
<style>
span { border-color: #669299; }
span { border-color: rgb(102,146,153); }
td.TdClassName
{
border-color: #669299;
}
.TagClassName
{
border-color: #669299;
}
</style>