Shades of Horizon #638A96
Tints of Horizon #638A96
RGB
CMYK
RGB Variations
Color information
#638A96 (or 0x638A96) is known color: Horizon. HEX triplet: 63, 8A and 96. RGB value is (99,138,150). Sum of RGB (Red+Green+Blue) = 99+138+150=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #638A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A96 is #9C7569. Grayscale: #7F7F7F. Windows color (decimal): -10253674 or 9865827. OLE color: 9865827.
HSL color Cylindrical-coordinate representation of color #638A96: hue angle of 194.12º 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 #638A96 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 138 | 150 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.41 |
| HSL | 194.12º | 0.2% | 0.49% | - |
| HSV(B) | 194.12º | 0.34% | 0.59% | - |
| XYZ | 19.74 | 23.03 | 32.26 | - |
| YUV | 127.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 150 | 0.34 | 0.08 | 0 | 0.41 | 194.12 | 0.2 | 0.49 |
| Hex | 63 | 8A | 96 | 22 | 8 | 0 | 29 | C2 | 14 | 31 |
| Octal | 143 | 212 | 226 | 42 | 10 | 0 | 51 | 302 | 24 | 61 |
| Binary | 1100011 | 10001010 | 10010110 | 100010 | 1000 | 0 | 101001 | 11000010 | 10100 | 110001 |
Color Harmonies of #638A96
Complementary color
Monochromatic Colors of #638A96
Black with #638A96
Text Example
Text Example
White with #638A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638A96; }
p { color: rgb(99,138,150); }
H1.HeaderClassName
{
color: #638A96;
}
.AnyTagClassName
{
color: #638A96;
}
</style>
background-color css
<style>
a { background-color: #638A96; }
a { background-color: rgb(99,138,150); }
div.DivClassName
{
background-color: #638A96;
}
.BgClassName
{
background-color: #638A96;
}
</style>
border-color css
<style>
span { border-color: #638A96; }
span { border-color: rgb(99,138,150); }
td.TdClassName
{
border-color: #638A96;
}
.TagClassName
{
border-color: #638A96;
}
</style>