Shades of Horizon #638D96
Tints of Horizon #638D96
RGB
CMYK
RGB Variations
Color information
#638D96 (or 0x638D96) is known color: Horizon. HEX triplet: 63, 8D and 96. RGB value is (99,141,150). Sum of RGB (Red+Green+Blue) = 99+141+150=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #638D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638D96 is #9C7269. Grayscale: #818181. Windows color (decimal): -10252906 or 9866595. OLE color: 9866595.
HSL color Cylindrical-coordinate representation of color #638D96: hue angle of 190.59º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #638D96 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 141 | 150 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.41 |
| HSL | 190.59º | 0.2% | 0.49% | - |
| HSV(B) | 190.59º | 0.34% | 0.59% | - |
| XYZ | 20.18 | 23.9 | 32.4 | - |
| YUV | 129.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 141 | 150 | 0.34 | 0.06 | 0 | 0.41 | 190.59 | 0.2 | 0.49 |
| Hex | 63 | 8D | 96 | 22 | 6 | 0 | 29 | BF | 14 | 31 |
| Octal | 143 | 215 | 226 | 42 | 6 | 0 | 51 | 277 | 24 | 61 |
| Binary | 1100011 | 10001101 | 10010110 | 100010 | 110 | 0 | 101001 | 10111111 | 10100 | 110001 |
Color Harmonies of #638D96
Complementary color
Monochromatic Colors of #638D96
Black with #638D96
Text Example
Text Example
White with #638D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638D96; }
p { color: rgb(99,141,150); }
H1.HeaderClassName
{
color: #638D96;
}
.AnyTagClassName
{
color: #638D96;
}
</style>
background-color css
<style>
a { background-color: #638D96; }
a { background-color: rgb(99,141,150); }
div.DivClassName
{
background-color: #638D96;
}
.BgClassName
{
background-color: #638D96;
}
</style>
border-color css
<style>
span { border-color: #638D96; }
span { border-color: rgb(99,141,150); }
td.TdClassName
{
border-color: #638D96;
}
.TagClassName
{
border-color: #638D96;
}
</style>