Shades of Horizon #638F9D
Tints of Horizon #638F9D
RGB
CMYK
RGB Variations
Color information
#638F9D (or 0x638F9D) is known color: Horizon. HEX triplet: 63, 8F and 9D. RGB value is (99,143,157). Sum of RGB (Red+Green+Blue) = 99+143+157=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #638F9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F9D is #9C7062. Grayscale: #838383. Windows color (decimal): -10252387 or 10325859. OLE color: 10325859.
HSL color Cylindrical-coordinate representation of color #638F9D: hue angle of 194.48º 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 #638F9D is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 143 | 157 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.38 |
| HSL | 194.48º | 0.23% | 0.5% | - |
| HSV(B) | 194.48º | 0.37% | 0.62% | - |
| XYZ | 21.05 | 24.73 | 35.56 | - |
| YUV | 131.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 157 | 0.37 | 0.09 | 0 | 0.38 | 194.48 | 0.23 | 0.5 |
| Hex | 63 | 8F | 9D | 25 | 9 | 0 | 26 | C2 | 17 | 32 |
| Octal | 143 | 217 | 235 | 45 | 11 | 0 | 46 | 302 | 27 | 62 |
| Binary | 1100011 | 10001111 | 10011101 | 100101 | 1001 | 0 | 100110 | 11000010 | 10111 | 110010 |
Color Harmonies of #638F9D
Complementary color
Monochromatic Colors of #638F9D
Black with #638F9D
Text Example
Text Example
White with #638F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638F9D; }
p { color: rgb(99,143,157); }
H1.HeaderClassName
{
color: #638F9D;
}
.AnyTagClassName
{
color: #638F9D;
}
</style>
background-color css
<style>
a { background-color: #638F9D; }
a { background-color: rgb(99,143,157); }
div.DivClassName
{
background-color: #638F9D;
}
.BgClassName
{
background-color: #638F9D;
}
</style>
border-color css
<style>
span { border-color: #638F9D; }
span { border-color: rgb(99,143,157); }
td.TdClassName
{
border-color: #638F9D;
}
.TagClassName
{
border-color: #638F9D;
}
</style>