Shades of Horizon #638B99
Tints of Horizon #638B99
RGB
CMYK
RGB Variations
Color information
#638B99 (or 0x638B99) is known color: Horizon. HEX triplet: 63, 8B and 99. RGB value is (99,139,153). Sum of RGB (Red+Green+Blue) = 99+139+153=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #638B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638B99 is #9C7466. Grayscale: #808080. Windows color (decimal): -10253415 or 10062691. OLE color: 10062691.
HSL color Cylindrical-coordinate representation of color #638B99: hue angle of 195.56º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #638B99 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 139 | 153 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.4 |
| HSL | 195.56º | 0.21% | 0.49% | - |
| HSV(B) | 195.56º | 0.35% | 0.6% | - |
| XYZ | 20.13 | 23.42 | 33.6 | - |
| YUV | 128.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 153 | 0.35 | 0.09 | 0 | 0.4 | 195.56 | 0.21 | 0.49 |
| Hex | 63 | 8B | 99 | 23 | 9 | 0 | 28 | C4 | 15 | 31 |
| Octal | 143 | 213 | 231 | 43 | 11 | 0 | 50 | 304 | 25 | 61 |
| Binary | 1100011 | 10001011 | 10011001 | 100011 | 1001 | 0 | 101000 | 11000100 | 10101 | 110001 |
Color Harmonies of #638B99
Complementary color
Monochromatic Colors of #638B99
Black with #638B99
Text Example
Text Example
White with #638B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638B99; }
p { color: rgb(99,139,153); }
H1.HeaderClassName
{
color: #638B99;
}
.AnyTagClassName
{
color: #638B99;
}
</style>
background-color css
<style>
a { background-color: #638B99; }
a { background-color: rgb(99,139,153); }
div.DivClassName
{
background-color: #638B99;
}
.BgClassName
{
background-color: #638B99;
}
</style>
border-color css
<style>
span { border-color: #638B99; }
span { border-color: rgb(99,139,153); }
td.TdClassName
{
border-color: #638B99;
}
.TagClassName
{
border-color: #638B99;
}
</style>