Shades of Horizon #638D9E
Tints of Horizon #638D9E
RGB
CMYK
RGB Variations
Color information
#638D9E (or 0x638D9E) is known color: Horizon. HEX triplet: 63, 8D and 9E. RGB value is (99,141,158). Sum of RGB (Red+Green+Blue) = 99+141+158=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #638D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638D9E is #9C7261. Grayscale: #828282. Windows color (decimal): -10252898 or 10390883. OLE color: 10390883.
HSL color Cylindrical-coordinate representation of color #638D9E: hue angle of 197.29º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #638D9E is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 141 | 158 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.38 |
| HSL | 197.29º | 0.23% | 0.5% | - |
| HSV(B) | 197.29º | 0.37% | 0.62% | - |
| XYZ | 20.84 | 24.17 | 35.91 | - |
| YUV | 130.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 158 | 0.37 | 0.11 | 0 | 0.38 | 197.29 | 0.23 | 0.5 |
| Hex | 63 | 8D | 9E | 25 | B | 0 | 26 | C5 | 17 | 32 |
| Octal | 143 | 215 | 236 | 45 | 13 | 0 | 46 | 305 | 27 | 62 |
| Binary | 1100011 | 10001101 | 10011110 | 100101 | 1011 | 0 | 100110 | 11000101 | 10111 | 110010 |
Color Harmonies of #638D9E
Complementary color
Monochromatic Colors of #638D9E
Black with #638D9E
Text Example
Text Example
White with #638D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638D9E; }
p { color: rgb(99,141,158); }
H1.HeaderClassName
{
color: #638D9E;
}
.AnyTagClassName
{
color: #638D9E;
}
</style>
background-color css
<style>
a { background-color: #638D9E; }
a { background-color: rgb(99,141,158); }
div.DivClassName
{
background-color: #638D9E;
}
.BgClassName
{
background-color: #638D9E;
}
</style>
border-color css
<style>
span { border-color: #638D9E; }
span { border-color: rgb(99,141,158); }
td.TdClassName
{
border-color: #638D9E;
}
.TagClassName
{
border-color: #638D9E;
}
</style>