Shades of Horizon #61909D
Tints of Horizon #61909D
RGB
CMYK
RGB Variations
Color information
#61909D (or 0x61909D) is known color: Horizon. HEX triplet: 61, 90 and 9D. RGB value is (97,144,157). Sum of RGB (Red+Green+Blue) = 97+144+157=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #61909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61909D is #9E6F62. Grayscale: #838383. Windows color (decimal): -10383203 or 10326113. OLE color: 10326113.
HSL color Cylindrical-coordinate representation of color #61909D: hue angle of 193º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61909D is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 144 | 157 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.38 |
| HSL | 193º | 0.24% | 0.5% | - |
| HSV(B) | 193º | 0.38% | 0.62% | - |
| XYZ | 20.99 | 24.92 | 35.6 | - |
| YUV | 131.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 157 | 0.38 | 0.08 | 0 | 0.38 | 193 | 0.24 | 0.5 |
| Hex | 61 | 90 | 9D | 26 | 8 | 0 | 26 | C1 | 18 | 32 |
| Octal | 141 | 220 | 235 | 46 | 10 | 0 | 46 | 301 | 30 | 62 |
| Binary | 1100001 | 10010000 | 10011101 | 100110 | 1000 | 0 | 100110 | 11000001 | 11000 | 110010 |
Color Harmonies of #61909D
Complementary color
Monochromatic Colors of #61909D
Black with #61909D
Text Example
Text Example
White with #61909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61909D; }
p { color: rgb(97,144,157); }
H1.HeaderClassName
{
color: #61909D;
}
.AnyTagClassName
{
color: #61909D;
}
</style>
background-color css
<style>
a { background-color: #61909D; }
a { background-color: rgb(97,144,157); }
div.DivClassName
{
background-color: #61909D;
}
.BgClassName
{
background-color: #61909D;
}
</style>
border-color css
<style>
span { border-color: #61909D; }
span { border-color: rgb(97,144,157); }
td.TdClassName
{
border-color: #61909D;
}
.TagClassName
{
border-color: #61909D;
}
</style>