Shades of Horizon #668A9B
Tints of Horizon #668A9B
RGB
CMYK
RGB Variations
Color information
#668A9B (or 0x668A9B) is known color: Horizon. HEX triplet: 66, 8A and 9B. RGB value is (102,138,155). Sum of RGB (Red+Green+Blue) = 102+138+155=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #668A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A9B is #997564. Grayscale: #818181. Windows color (decimal): -10057061 or 10193510. OLE color: 10193510.
HSL color Cylindrical-coordinate representation of color #668A9B: hue angle of 199.25º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #668A9B is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 138 | 155 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.39 |
| HSL | 199.25º | 0.21% | 0.5% | - |
| HSV(B) | 199.25º | 0.34% | 0.61% | - |
| XYZ | 20.48 | 23.37 | 34.44 | - |
| YUV | 129.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 155 | 0.34 | 0.11 | 0 | 0.39 | 199.25 | 0.21 | 0.5 |
| Hex | 66 | 8A | 9B | 22 | B | 0 | 27 | C7 | 15 | 32 |
| Octal | 146 | 212 | 233 | 42 | 13 | 0 | 47 | 307 | 25 | 62 |
| Binary | 1100110 | 10001010 | 10011011 | 100010 | 1011 | 0 | 100111 | 11000111 | 10101 | 110010 |
Color Harmonies of #668A9B
Complementary color
Monochromatic Colors of #668A9B
Black with #668A9B
Text Example
Text Example
White with #668A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A9B; }
p { color: rgb(102,138,155); }
H1.HeaderClassName
{
color: #668A9B;
}
.AnyTagClassName
{
color: #668A9B;
}
</style>
background-color css
<style>
a { background-color: #668A9B; }
a { background-color: rgb(102,138,155); }
div.DivClassName
{
background-color: #668A9B;
}
.BgClassName
{
background-color: #668A9B;
}
</style>
border-color css
<style>
span { border-color: #668A9B; }
span { border-color: rgb(102,138,155); }
td.TdClassName
{
border-color: #668A9B;
}
.TagClassName
{
border-color: #668A9B;
}
</style>