Shades of Horizon #638C9F
Tints of Horizon #638C9F
RGB
CMYK
RGB Variations
Color information
#638C9F (or 0x638C9F) is known color: Horizon. HEX triplet: 63, 8C and 9F. RGB value is (99,140,159). Sum of RGB (Red+Green+Blue) = 99+140+159=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #638C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638C9F is #9C7360. Grayscale: #818181. Windows color (decimal): -10253153 or 10456163. OLE color: 10456163.
HSL color Cylindrical-coordinate representation of color #638C9F: hue angle of 199º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #638C9F is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 140 | 159 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.38 |
| HSL | 199º | 0.24% | 0.51% | - |
| HSV(B) | 199º | 0.38% | 0.62% | - |
| XYZ | 20.78 | 23.91 | 36.32 | - |
| YUV | 129.91 | 144.42 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 140 | 159 | 0.38 | 0.12 | 0 | 0.38 | 199 | 0.24 | 0.51 |
| Hex | 63 | 8C | 9F | 26 | C | 0 | 26 | C7 | 18 | 33 |
| Octal | 143 | 214 | 237 | 46 | 14 | 0 | 46 | 307 | 30 | 63 |
| Binary | 1100011 | 10001100 | 10011111 | 100110 | 1100 | 0 | 100110 | 11000111 | 11000 | 110011 |
Color Harmonies of #638C9F
Complementary color
Monochromatic Colors of #638C9F
Black with #638C9F
Text Example
Text Example
White with #638C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638C9F; }
p { color: rgb(99,140,159); }
H1.HeaderClassName
{
color: #638C9F;
}
.AnyTagClassName
{
color: #638C9F;
}
</style>
background-color css
<style>
a { background-color: #638C9F; }
a { background-color: rgb(99,140,159); }
div.DivClassName
{
background-color: #638C9F;
}
.BgClassName
{
background-color: #638C9F;
}
</style>
border-color css
<style>
span { border-color: #638C9F; }
span { border-color: rgb(99,140,159); }
td.TdClassName
{
border-color: #638C9F;
}
.TagClassName
{
border-color: #638C9F;
}
</style>