Shades of Horizon #61929C
Tints of Horizon #61929C
RGB
CMYK
RGB Variations
Color information
#61929C (or 0x61929C) is known color: Horizon. HEX triplet: 61, 92 and 9C. RGB value is (97,146,156). Sum of RGB (Red+Green+Blue) = 97+146+156=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #61929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61929C is #9E6D63. Grayscale: #848484. Windows color (decimal): -10382692 or 10261089. OLE color: 10261089.
HSL color Cylindrical-coordinate representation of color #61929C: hue angle of 190.17º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61929C is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 146 | 156 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.39 |
| HSL | 190.17º | 0.23% | 0.5% | - |
| HSV(B) | 190.17º | 0.38% | 0.61% | - |
| XYZ | 21.21 | 25.5 | 35.26 | - |
| YUV | 132.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 156 | 0.38 | 0.06 | 0 | 0.39 | 190.17 | 0.23 | 0.5 |
| Hex | 61 | 92 | 9C | 26 | 6 | 0 | 27 | BE | 17 | 32 |
| Octal | 141 | 222 | 234 | 46 | 6 | 0 | 47 | 276 | 27 | 62 |
| Binary | 1100001 | 10010010 | 10011100 | 100110 | 110 | 0 | 100111 | 10111110 | 10111 | 110010 |
Color Harmonies of #61929C
Complementary color
Monochromatic Colors of #61929C
Black with #61929C
Text Example
Text Example
White with #61929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61929C; }
p { color: rgb(97,146,156); }
H1.HeaderClassName
{
color: #61929C;
}
.AnyTagClassName
{
color: #61929C;
}
</style>
background-color css
<style>
a { background-color: #61929C; }
a { background-color: rgb(97,146,156); }
div.DivClassName
{
background-color: #61929C;
}
.BgClassName
{
background-color: #61929C;
}
</style>
border-color css
<style>
span { border-color: #61929C; }
span { border-color: rgb(97,146,156); }
td.TdClassName
{
border-color: #61929C;
}
.TagClassName
{
border-color: #61929C;
}
</style>