Shades of Horizon #669199
Tints of Horizon #669199
RGB
CMYK
RGB Variations
Color information
#669199 (or 0x669199) is known color: Horizon. HEX triplet: 66, 91 and 99. RGB value is (102,145,153). Sum of RGB (Red+Green+Blue) = 102+145+153=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #669199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669199 is #996E66. Grayscale: #848484. Windows color (decimal): -10055271 or 10064230. OLE color: 10064230.
HSL color Cylindrical-coordinate representation of color #669199: hue angle of 189.41º 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 #669199 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 145 | 153 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.4 |
| HSL | 189.41º | 0.2% | 0.5% | - |
| HSV(B) | 189.41º | 0.33% | 0.6% | - |
| XYZ | 21.35 | 25.38 | 33.91 | - |
| YUV | 133.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 153 | 0.33 | 0.05 | 0 | 0.4 | 189.41 | 0.2 | 0.5 |
| Hex | 66 | 91 | 99 | 21 | 5 | 0 | 28 | BD | 14 | 32 |
| Octal | 146 | 221 | 231 | 41 | 5 | 0 | 50 | 275 | 24 | 62 |
| Binary | 1100110 | 10010001 | 10011001 | 100001 | 101 | 0 | 101000 | 10111101 | 10100 | 110010 |
Color Harmonies of #669199
Complementary color
Monochromatic Colors of #669199
Black with #669199
Text Example
Text Example
White with #669199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669199; }
p { color: rgb(102,145,153); }
H1.HeaderClassName
{
color: #669199;
}
.AnyTagClassName
{
color: #669199;
}
</style>
background-color css
<style>
a { background-color: #669199; }
a { background-color: rgb(102,145,153); }
div.DivClassName
{
background-color: #669199;
}
.BgClassName
{
background-color: #669199;
}
</style>
border-color css
<style>
span { border-color: #669199; }
span { border-color: rgb(102,145,153); }
td.TdClassName
{
border-color: #669199;
}
.TagClassName
{
border-color: #669199;
}
</style>