Shades of Horizon #63838D
Tints of Horizon #63838D
RGB
CMYK
RGB Variations
Color information
#63838D (or 0x63838D) is known color: Horizon. HEX triplet: 63, 83 and 8D. RGB value is (99,131,141). Sum of RGB (Red+Green+Blue) = 99+131+141=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #63838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63838D is #9C7C72. Grayscale: #7A7A7A. Windows color (decimal): -10255475 or 9274211. OLE color: 9274211.
HSL color Cylindrical-coordinate representation of color #63838D: hue angle of 194.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63838D is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 131 | 141 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.45 |
| HSL | 194.29º | 0.18% | 0.47% | - |
| HSV(B) | 194.29º | 0.3% | 0.55% | - |
| XYZ | 18.07 | 20.81 | 28.26 | - |
| YUV | 122.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 131 | 141 | 0.30 | 0.07 | 0 | 0.45 | 194.29 | 0.18 | 0.47 |
| Hex | 63 | 83 | 8D | 1E | 7 | 0 | 2D | C2 | 12 | 2F |
| Octal | 143 | 203 | 215 | 36 | 7 | 0 | 55 | 302 | 22 | 57 |
| Binary | 1100011 | 10000011 | 10001101 | 11110 | 111 | 0 | 101101 | 11000010 | 10010 | 101111 |
Color Harmonies of #63838D
Complementary color
Monochromatic Colors of #63838D
Black with #63838D
Text Example
Text Example
White with #63838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63838D; }
p { color: rgb(99,131,141); }
H1.HeaderClassName
{
color: #63838D;
}
.AnyTagClassName
{
color: #63838D;
}
</style>
background-color css
<style>
a { background-color: #63838D; }
a { background-color: rgb(99,131,141); }
div.DivClassName
{
background-color: #63838D;
}
.BgClassName
{
background-color: #63838D;
}
</style>
border-color css
<style>
span { border-color: #63838D; }
span { border-color: rgb(99,131,141); }
td.TdClassName
{
border-color: #63838D;
}
.TagClassName
{
border-color: #63838D;
}
</style>