Shades of Horizon #65838F
Tints of Horizon #65838F
RGB
CMYK
RGB Variations
Color information
#65838F (or 0x65838F) is known color: Horizon. HEX triplet: 65, 83 and 8F. RGB value is (101,131,143). Sum of RGB (Red+Green+Blue) = 101+131+143=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #65838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65838F is #9A7C70. Grayscale: #7B7B7B. Windows color (decimal): -10124401 or 9405285. OLE color: 9405285.
HSL color Cylindrical-coordinate representation of color #65838F: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65838F is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 131 | 143 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.44 |
| HSL | 197.14º | 0.17% | 0.48% | - |
| HSV(B) | 197.14º | 0.29% | 0.56% | - |
| XYZ | 18.44 | 20.98 | 29.06 | - |
| YUV | 123.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 143 | 0.29 | 0.08 | 0 | 0.44 | 197.14 | 0.17 | 0.48 |
| Hex | 65 | 83 | 8F | 1D | 8 | 0 | 2C | C5 | 11 | 30 |
| Octal | 145 | 203 | 217 | 35 | 10 | 0 | 54 | 305 | 21 | 60 |
| Binary | 1100101 | 10000011 | 10001111 | 11101 | 1000 | 0 | 101100 | 11000101 | 10001 | 110000 |
Color Harmonies of #65838F
Complementary color
Monochromatic Colors of #65838F
Black with #65838F
Text Example
Text Example
White with #65838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65838F; }
p { color: rgb(101,131,143); }
H1.HeaderClassName
{
color: #65838F;
}
.AnyTagClassName
{
color: #65838F;
}
</style>
background-color css
<style>
a { background-color: #65838F; }
a { background-color: rgb(101,131,143); }
div.DivClassName
{
background-color: #65838F;
}
.BgClassName
{
background-color: #65838F;
}
</style>
border-color css
<style>
span { border-color: #65838F; }
span { border-color: rgb(101,131,143); }
td.TdClassName
{
border-color: #65838F;
}
.TagClassName
{
border-color: #65838F;
}
</style>