Shades of Horizon #63838F
Tints of Horizon #63838F
RGB
CMYK
RGB Variations
Color information
#63838F (or 0x63838F) is known color: Horizon. HEX triplet: 63, 83 and 8F. RGB value is (99,131,143). Sum of RGB (Red+Green+Blue) = 99+131+143=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 143 - color contains mainly: blue. Hex color #63838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63838F is #9C7C70. Grayscale: #7A7A7A. Windows color (decimal): -10255473 or 9405283. OLE color: 9405283.
HSL color Cylindrical-coordinate representation of color #63838F: hue angle of 196.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63838F is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 99 | 131 | 143 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.44 |
| HSL | 196.36º | 0.18% | 0.47% | - |
| HSV(B) | 196.36º | 0.31% | 0.56% | - |
| XYZ | 18.22 | 20.87 | 29.05 | - |
| YUV | 122.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 131 | 143 | 0.31 | 0.08 | 0 | 0.44 | 196.36 | 0.18 | 0.47 |
| Hex | 63 | 83 | 8F | 1F | 8 | 0 | 2C | C4 | 12 | 2F |
| Octal | 143 | 203 | 217 | 37 | 10 | 0 | 54 | 304 | 22 | 57 |
| Binary | 1100011 | 10000011 | 10001111 | 11111 | 1000 | 0 | 101100 | 11000100 | 10010 | 101111 |
Color Harmonies of #63838F
Complementary color
Monochromatic Colors of #63838F
Black with #63838F
Text Example
Text Example
White with #63838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63838F; }
p { color: rgb(99,131,143); }
H1.HeaderClassName
{
color: #63838F;
}
.AnyTagClassName
{
color: #63838F;
}
</style>
background-color css
<style>
a { background-color: #63838F; }
a { background-color: rgb(99,131,143); }
div.DivClassName
{
background-color: #63838F;
}
.BgClassName
{
background-color: #63838F;
}
</style>
border-color css
<style>
span { border-color: #63838F; }
span { border-color: rgb(99,131,143); }
td.TdClassName
{
border-color: #63838F;
}
.TagClassName
{
border-color: #63838F;
}
</style>