Shades of Horizon #65909B
Tints of Horizon #65909B
RGB
CMYK
RGB Variations
Color information
#65909B (or 0x65909B) is known color: Horizon. HEX triplet: 65, 90 and 9B. RGB value is (101,144,155). Sum of RGB (Red+Green+Blue) = 101+144+155=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #65909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65909B is #9A6F64. Grayscale: #848484. Windows color (decimal): -10121061 or 10195045. OLE color: 10195045.
HSL color Cylindrical-coordinate representation of color #65909B: hue angle of 192.22º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65909B is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 144 | 155 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.39 |
| HSL | 192.22º | 0.21% | 0.5% | - |
| HSV(B) | 192.22º | 0.35% | 0.61% | - |
| XYZ | 21.26 | 25.08 | 34.73 | - |
| YUV | 132.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 155 | 0.35 | 0.07 | 0 | 0.39 | 192.22 | 0.21 | 0.5 |
| Hex | 65 | 90 | 9B | 23 | 7 | 0 | 27 | C0 | 15 | 32 |
| Octal | 145 | 220 | 233 | 43 | 7 | 0 | 47 | 300 | 25 | 62 |
| Binary | 1100101 | 10010000 | 10011011 | 100011 | 111 | 0 | 100111 | 11000000 | 10101 | 110010 |
Color Harmonies of #65909B
Complementary color
Monochromatic Colors of #65909B
Black with #65909B
Text Example
Text Example
White with #65909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65909B; }
p { color: rgb(101,144,155); }
H1.HeaderClassName
{
color: #65909B;
}
.AnyTagClassName
{
color: #65909B;
}
</style>
background-color css
<style>
a { background-color: #65909B; }
a { background-color: rgb(101,144,155); }
div.DivClassName
{
background-color: #65909B;
}
.BgClassName
{
background-color: #65909B;
}
</style>
border-color css
<style>
span { border-color: #65909B; }
span { border-color: rgb(101,144,155); }
td.TdClassName
{
border-color: #65909B;
}
.TagClassName
{
border-color: #65909B;
}
</style>