Shades of Horizon #61838F
Tints of Horizon #61838F
RGB
CMYK
RGB Variations
Color information
#61838F (or 0x61838F) is known color: Horizon. HEX triplet: 61, 83 and 8F. RGB value is (97,131,143). Sum of RGB (Red+Green+Blue) = 97+131+143=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #61838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61838F is #9E7C70. Grayscale: #7A7A7A. Windows color (decimal): -10386545 or 9405281. OLE color: 9405281.
HSL color Cylindrical-coordinate representation of color #61838F: hue angle of 195.65º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61838F is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 131 | 143 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.44 |
| HSL | 195.65º | 0.19% | 0.47% | - |
| HSV(B) | 195.65º | 0.32% | 0.56% | - |
| XYZ | 18 | 20.76 | 29.04 | - |
| YUV | 122.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 143 | 0.32 | 0.08 | 0 | 0.44 | 195.65 | 0.19 | 0.47 |
| Hex | 61 | 83 | 8F | 20 | 8 | 0 | 2C | C4 | 13 | 2F |
| Octal | 141 | 203 | 217 | 40 | 10 | 0 | 54 | 304 | 23 | 57 |
| Binary | 1100001 | 10000011 | 10001111 | 100000 | 1000 | 0 | 101100 | 11000100 | 10011 | 101111 |
Color Harmonies of #61838F
Complementary color
Monochromatic Colors of #61838F
Black with #61838F
Text Example
Text Example
White with #61838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61838F; }
p { color: rgb(97,131,143); }
H1.HeaderClassName
{
color: #61838F;
}
.AnyTagClassName
{
color: #61838F;
}
</style>
background-color css
<style>
a { background-color: #61838F; }
a { background-color: rgb(97,131,143); }
div.DivClassName
{
background-color: #61838F;
}
.BgClassName
{
background-color: #61838F;
}
</style>
border-color css
<style>
span { border-color: #61838F; }
span { border-color: rgb(97,131,143); }
td.TdClassName
{
border-color: #61838F;
}
.TagClassName
{
border-color: #61838F;
}
</style>