Shades of Horizon #66949D
Tints of Horizon #66949D
RGB
CMYK
RGB Variations
Color information
#66949D (or 0x66949D) is known color: Horizon. HEX triplet: 66, 94 and 9D. RGB value is (102,148,157). Sum of RGB (Red+Green+Blue) = 102+148+157=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 157 - color contains mainly: blue. Hex color #66949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66949D is #996B62. Grayscale: #878787. Windows color (decimal): -10054499 or 10327142. OLE color: 10327142.
HSL color Cylindrical-coordinate representation of color #66949D: hue angle of 189.82º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66949D is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 148 | 157 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.38 |
| HSL | 189.82º | 0.22% | 0.51% | - |
| HSV(B) | 189.82º | 0.35% | 0.62% | - |
| XYZ | 22.16 | 26.44 | 35.83 | - |
| YUV | 135.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 157 | 0.35 | 0.06 | 0 | 0.38 | 189.82 | 0.22 | 0.51 |
| Hex | 66 | 94 | 9D | 23 | 6 | 0 | 26 | BE | 16 | 33 |
| Octal | 146 | 224 | 235 | 43 | 6 | 0 | 46 | 276 | 26 | 63 |
| Binary | 1100110 | 10010100 | 10011101 | 100011 | 110 | 0 | 100110 | 10111110 | 10110 | 110011 |
Color Harmonies of #66949D
Complementary color
Monochromatic Colors of #66949D
Black with #66949D
Text Example
Text Example
White with #66949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66949D; }
p { color: rgb(102,148,157); }
H1.HeaderClassName
{
color: #66949D;
}
.AnyTagClassName
{
color: #66949D;
}
</style>
background-color css
<style>
a { background-color: #66949D; }
a { background-color: rgb(102,148,157); }
div.DivClassName
{
background-color: #66949D;
}
.BgClassName
{
background-color: #66949D;
}
</style>
border-color css
<style>
span { border-color: #66949D; }
span { border-color: rgb(102,148,157); }
td.TdClassName
{
border-color: #66949D;
}
.TagClassName
{
border-color: #66949D;
}
</style>