Shades of Horizon #638F9B
Tints of Horizon #638F9B
RGB
CMYK
RGB Variations
Color information
#638F9B (or 0x638F9B) is known color: Horizon. HEX triplet: 63, 8F and 9B. RGB value is (99,143,155). Sum of RGB (Red+Green+Blue) = 99+143+155=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #638F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F9B is #9C7064. Grayscale: #838383. Windows color (decimal): -10252389 or 10194787. OLE color: 10194787.
HSL color Cylindrical-coordinate representation of color #638F9B: hue angle of 192.86º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #638F9B is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 143 | 155 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.39 |
| HSL | 192.86º | 0.22% | 0.5% | - |
| HSV(B) | 192.86º | 0.36% | 0.61% | - |
| XYZ | 20.88 | 24.66 | 34.67 | - |
| YUV | 131.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 155 | 0.36 | 0.08 | 0 | 0.39 | 192.86 | 0.22 | 0.5 |
| Hex | 63 | 8F | 9B | 24 | 8 | 0 | 27 | C1 | 16 | 32 |
| Octal | 143 | 217 | 233 | 44 | 10 | 0 | 47 | 301 | 26 | 62 |
| Binary | 1100011 | 10001111 | 10011011 | 100100 | 1000 | 0 | 100111 | 11000001 | 10110 | 110010 |
Color Harmonies of #638F9B
Complementary color
Monochromatic Colors of #638F9B
Black with #638F9B
Text Example
Text Example
White with #638F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638F9B; }
p { color: rgb(99,143,155); }
H1.HeaderClassName
{
color: #638F9B;
}
.AnyTagClassName
{
color: #638F9B;
}
</style>
background-color css
<style>
a { background-color: #638F9B; }
a { background-color: rgb(99,143,155); }
div.DivClassName
{
background-color: #638F9B;
}
.BgClassName
{
background-color: #638F9B;
}
</style>
border-color css
<style>
span { border-color: #638F9B; }
span { border-color: rgb(99,143,155); }
td.TdClassName
{
border-color: #638F9B;
}
.TagClassName
{
border-color: #638F9B;
}
</style>