Shades of Horizon #66939C
Tints of Horizon #66939C
RGB
CMYK
RGB Variations
Color information
#66939C (or 0x66939C) is known color: Horizon. HEX triplet: 66, 93 and 9C. RGB value is (102,147,156). Sum of RGB (Red+Green+Blue) = 102+147+156=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 156 - color contains mainly: blue. Hex color #66939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66939C is #996C63. Grayscale: #868686. Windows color (decimal): -10054756 or 10261350. OLE color: 10261350.
HSL color Cylindrical-coordinate representation of color #66939C: hue angle of 190º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66939C is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 147 | 156 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.39 |
| HSL | 190º | 0.21% | 0.51% | - |
| HSV(B) | 190º | 0.35% | 0.61% | - |
| XYZ | 21.91 | 26.09 | 35.33 | - |
| YUV | 134.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 156 | 0.35 | 0.06 | 0 | 0.39 | 190 | 0.21 | 0.51 |
| Hex | 66 | 93 | 9C | 23 | 6 | 0 | 27 | BE | 15 | 33 |
| Octal | 146 | 223 | 234 | 43 | 6 | 0 | 47 | 276 | 25 | 63 |
| Binary | 1100110 | 10010011 | 10011100 | 100011 | 110 | 0 | 100111 | 10111110 | 10101 | 110011 |
Color Harmonies of #66939C
Complementary color
Monochromatic Colors of #66939C
Black with #66939C
Text Example
Text Example
White with #66939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66939C; }
p { color: rgb(102,147,156); }
H1.HeaderClassName
{
color: #66939C;
}
.AnyTagClassName
{
color: #66939C;
}
</style>
background-color css
<style>
a { background-color: #66939C; }
a { background-color: rgb(102,147,156); }
div.DivClassName
{
background-color: #66939C;
}
.BgClassName
{
background-color: #66939C;
}
</style>
border-color css
<style>
span { border-color: #66939C; }
span { border-color: rgb(102,147,156); }
td.TdClassName
{
border-color: #66939C;
}
.TagClassName
{
border-color: #66939C;
}
</style>