Shades of Horizon #61909F
Tints of Horizon #61909F
RGB
CMYK
RGB Variations
Color information
#61909F (or 0x61909F) is known color: Horizon. HEX triplet: 61, 90 and 9F. RGB value is (97,144,159). Sum of RGB (Red+Green+Blue) = 97+144+159=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #61909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61909F is #9E6F60. Grayscale: #838383. Windows color (decimal): -10383201 or 10457185. OLE color: 10457185.
HSL color Cylindrical-coordinate representation of color #61909F: hue angle of 194.52º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61909F is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 144 | 159 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.38 |
| HSL | 194.52º | 0.24% | 0.5% | - |
| HSV(B) | 194.52º | 0.39% | 0.62% | - |
| XYZ | 21.16 | 24.99 | 36.51 | - |
| YUV | 131.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 159 | 0.39 | 0.09 | 0 | 0.38 | 194.52 | 0.24 | 0.5 |
| Hex | 61 | 90 | 9F | 27 | 9 | 0 | 26 | C3 | 18 | 32 |
| Octal | 141 | 220 | 237 | 47 | 11 | 0 | 46 | 303 | 30 | 62 |
| Binary | 1100001 | 10010000 | 10011111 | 100111 | 1001 | 0 | 100110 | 11000011 | 11000 | 110010 |
Color Harmonies of #61909F
Complementary color
Monochromatic Colors of #61909F
Black with #61909F
Text Example
Text Example
White with #61909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61909F; }
p { color: rgb(97,144,159); }
H1.HeaderClassName
{
color: #61909F;
}
.AnyTagClassName
{
color: #61909F;
}
</style>
background-color css
<style>
a { background-color: #61909F; }
a { background-color: rgb(97,144,159); }
div.DivClassName
{
background-color: #61909F;
}
.BgClassName
{
background-color: #61909F;
}
</style>
border-color css
<style>
span { border-color: #61909F; }
span { border-color: rgb(97,144,159); }
td.TdClassName
{
border-color: #61909F;
}
.TagClassName
{
border-color: #61909F;
}
</style>