Shades of Horizon #65939A
Tints of Horizon #65939A
RGB
CMYK
RGB Variations
Color information
#65939A (or 0x65939A) is known color: Horizon. HEX triplet: 65, 93 and 9A. RGB value is (101,147,154). Sum of RGB (Red+Green+Blue) = 101+147+154=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #65939A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65939A is #9A6C65. Grayscale: #858585. Windows color (decimal): -10120294 or 10130277. OLE color: 10130277.
HSL color Cylindrical-coordinate representation of color #65939A: hue angle of 187.92º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65939A is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 147 | 154 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.40 |
| HSL | 187.92º | 0.21% | 0.5% | - |
| HSV(B) | 187.92º | 0.34% | 0.6% | - |
| XYZ | 21.63 | 25.97 | 34.44 | - |
| YUV | 134.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 154 | 0.34 | 0.05 | 0 | 0.40 | 187.92 | 0.21 | 0.5 |
| Hex | 65 | 93 | 9A | 22 | 5 | 0 | 28 | BC | 15 | 32 |
| Octal | 145 | 223 | 232 | 42 | 5 | 0 | 50 | 274 | 25 | 62 |
| Binary | 1100101 | 10010011 | 10011010 | 100010 | 101 | 0 | 101000 | 10111100 | 10101 | 110010 |
Color Harmonies of #65939A
Complementary color
Monochromatic Colors of #65939A
Black with #65939A
Text Example
Text Example
White with #65939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65939A; }
p { color: rgb(101,147,154); }
H1.HeaderClassName
{
color: #65939A;
}
.AnyTagClassName
{
color: #65939A;
}
</style>
background-color css
<style>
a { background-color: #65939A; }
a { background-color: rgb(101,147,154); }
div.DivClassName
{
background-color: #65939A;
}
.BgClassName
{
background-color: #65939A;
}
</style>
border-color css
<style>
span { border-color: #65939A; }
span { border-color: rgb(101,147,154); }
td.TdClassName
{
border-color: #65939A;
}
.TagClassName
{
border-color: #65939A;
}
</style>