Shades of Horizon #65909C
Tints of Horizon #65909C
RGB
CMYK
RGB Variations
Color information
#65909C (or 0x65909C) is known color: Horizon. HEX triplet: 65, 90 and 9C. RGB value is (101,144,156). Sum of RGB (Red+Green+Blue) = 101+144+156=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #65909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65909C is #9A6F63. Grayscale: #848484. Windows color (decimal): -10121060 or 10260581. OLE color: 10260581.
HSL color Cylindrical-coordinate representation of color #65909C: hue angle of 193.09º degrees, saturation: 0.22, 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 #65909C is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 144 | 156 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.39 |
| HSL | 193.09º | 0.22% | 0.5% | - |
| HSV(B) | 193.09º | 0.35% | 0.61% | - |
| XYZ | 21.34 | 25.11 | 35.18 | - |
| YUV | 132.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 156 | 0.35 | 0.08 | 0 | 0.39 | 193.09 | 0.22 | 0.5 |
| Hex | 65 | 90 | 9C | 23 | 8 | 0 | 27 | C1 | 16 | 32 |
| Octal | 145 | 220 | 234 | 43 | 10 | 0 | 47 | 301 | 26 | 62 |
| Binary | 1100101 | 10010000 | 10011100 | 100011 | 1000 | 0 | 100111 | 11000001 | 10110 | 110010 |
Color Harmonies of #65909C
Complementary color
Monochromatic Colors of #65909C
Black with #65909C
Text Example
Text Example
White with #65909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65909C; }
p { color: rgb(101,144,156); }
H1.HeaderClassName
{
color: #65909C;
}
.AnyTagClassName
{
color: #65909C;
}
</style>
background-color css
<style>
a { background-color: #65909C; }
a { background-color: rgb(101,144,156); }
div.DivClassName
{
background-color: #65909C;
}
.BgClassName
{
background-color: #65909C;
}
</style>
border-color css
<style>
span { border-color: #65909C; }
span { border-color: rgb(101,144,156); }
td.TdClassName
{
border-color: #65909C;
}
.TagClassName
{
border-color: #65909C;
}
</style>