Shades of Horizon #668A99
Tints of Horizon #668A99
RGB
CMYK
RGB Variations
Color information
#668A99 (or 0x668A99) is known color: Horizon. HEX triplet: 66, 8A and 99. RGB value is (102,138,153). Sum of RGB (Red+Green+Blue) = 102+138+153=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #668A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A99 is #997566. Grayscale: #808080. Windows color (decimal): -10057063 or 10062438. OLE color: 10062438.
HSL color Cylindrical-coordinate representation of color #668A99: hue angle of 197.65º 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 #668A99 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 138 | 153 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.4 |
| HSL | 197.65º | 0.2% | 0.5% | - |
| HSV(B) | 197.65º | 0.33% | 0.6% | - |
| XYZ | 20.32 | 23.3 | 33.56 | - |
| YUV | 128.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 153 | 0.33 | 0.10 | 0 | 0.4 | 197.65 | 0.2 | 0.5 |
| Hex | 66 | 8A | 99 | 21 | A | 0 | 28 | C6 | 14 | 32 |
| Octal | 146 | 212 | 231 | 41 | 12 | 0 | 50 | 306 | 24 | 62 |
| Binary | 1100110 | 10001010 | 10011001 | 100001 | 1010 | 0 | 101000 | 11000110 | 10100 | 110010 |
Color Harmonies of #668A99
Complementary color
Monochromatic Colors of #668A99
Black with #668A99
Text Example
Text Example
White with #668A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A99; }
p { color: rgb(102,138,153); }
H1.HeaderClassName
{
color: #668A99;
}
.AnyTagClassName
{
color: #668A99;
}
</style>
background-color css
<style>
a { background-color: #668A99; }
a { background-color: rgb(102,138,153); }
div.DivClassName
{
background-color: #668A99;
}
.BgClassName
{
background-color: #668A99;
}
</style>
border-color css
<style>
span { border-color: #668A99; }
span { border-color: rgb(102,138,153); }
td.TdClassName
{
border-color: #668A99;
}
.TagClassName
{
border-color: #668A99;
}
</style>