Shades of Horizon #61889C
Tints of Horizon #61889C
RGB
CMYK
RGB Variations
Color information
#61889C (or 0x61889C) is known color: Horizon. HEX triplet: 61, 88 and 9C. RGB value is (97,136,156). Sum of RGB (Red+Green+Blue) = 97+136+156=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #61889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61889C is #9E7763. Grayscale: #7E7E7E. Windows color (decimal): -10385252 or 10258529. OLE color: 10258529.
HSL color Cylindrical-coordinate representation of color #61889C: hue angle of 200.34º 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 #61889C is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 136 | 156 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.39 |
| HSL | 200.34º | 0.23% | 0.5% | - |
| HSV(B) | 200.34º | 0.38% | 0.61% | - |
| XYZ | 19.73 | 22.55 | 34.76 | - |
| YUV | 126.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 156 | 0.38 | 0.13 | 0 | 0.39 | 200.34 | 0.23 | 0.5 |
| Hex | 61 | 88 | 9C | 26 | D | 0 | 27 | C8 | 17 | 32 |
| Octal | 141 | 210 | 234 | 46 | 15 | 0 | 47 | 310 | 27 | 62 |
| Binary | 1100001 | 10001000 | 10011100 | 100110 | 1101 | 0 | 100111 | 11001000 | 10111 | 110010 |
Color Harmonies of #61889C
Complementary color
Monochromatic Colors of #61889C
Black with #61889C
Text Example
Text Example
White with #61889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61889C; }
p { color: rgb(97,136,156); }
H1.HeaderClassName
{
color: #61889C;
}
.AnyTagClassName
{
color: #61889C;
}
</style>
background-color css
<style>
a { background-color: #61889C; }
a { background-color: rgb(97,136,156); }
div.DivClassName
{
background-color: #61889C;
}
.BgClassName
{
background-color: #61889C;
}
</style>
border-color css
<style>
span { border-color: #61889C; }
span { border-color: rgb(97,136,156); }
td.TdClassName
{
border-color: #61889C;
}
.TagClassName
{
border-color: #61889C;
}
</style>