Shades of Horizon #638D9D
Tints of Horizon #638D9D
RGB
CMYK
RGB Variations
Color information
#638D9D (or 0x638D9D) is known color: Horizon. HEX triplet: 63, 8D and 9D. RGB value is (99,141,157). Sum of RGB (Red+Green+Blue) = 99+141+157=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #638D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638D9D is #9C7262. Grayscale: #828282. Windows color (decimal): -10252899 or 10325347. OLE color: 10325347.
HSL color Cylindrical-coordinate representation of color #638D9D: hue angle of 196.55º 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 #638D9D is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 141 | 157 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.38 |
| HSL | 196.55º | 0.23% | 0.5% | - |
| HSV(B) | 196.55º | 0.37% | 0.62% | - |
| XYZ | 20.76 | 24.14 | 35.46 | - |
| YUV | 130.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 157 | 0.37 | 0.10 | 0 | 0.38 | 196.55 | 0.23 | 0.5 |
| Hex | 63 | 8D | 9D | 25 | A | 0 | 26 | C5 | 17 | 32 |
| Octal | 143 | 215 | 235 | 45 | 12 | 0 | 46 | 305 | 27 | 62 |
| Binary | 1100011 | 10001101 | 10011101 | 100101 | 1010 | 0 | 100110 | 11000101 | 10111 | 110010 |
Color Harmonies of #638D9D
Complementary color
Monochromatic Colors of #638D9D
Black with #638D9D
Text Example
Text Example
White with #638D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638D9D; }
p { color: rgb(99,141,157); }
H1.HeaderClassName
{
color: #638D9D;
}
.AnyTagClassName
{
color: #638D9D;
}
</style>
background-color css
<style>
a { background-color: #638D9D; }
a { background-color: rgb(99,141,157); }
div.DivClassName
{
background-color: #638D9D;
}
.BgClassName
{
background-color: #638D9D;
}
</style>
border-color css
<style>
span { border-color: #638D9D; }
span { border-color: rgb(99,141,157); }
td.TdClassName
{
border-color: #638D9D;
}
.TagClassName
{
border-color: #638D9D;
}
</style>