Shades of Pale Sky #63686A
Tints of Pale Sky #63686A
RGB
CMYK
RGB Variations
Color information
#63686A (or 0x63686A) is known color: Pale Sky. HEX triplet: 63, 68 and 6A. RGB value is (99,104,106). Sum of RGB (Red+Green+Blue) = 99+104+106=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 106 - color contains mainly: blue. Hex color #63686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63686A is #9C9795. Grayscale: #666666. Windows color (decimal): -10262422 or 6973539. OLE color: 6973539.
HSL color Cylindrical-coordinate representation of color #63686A: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #63686A is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 104 | 106 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.58 |
| HSL | 197.14º | 0.03% | 0.4% | - |
| HSV(B) | 197.14º | 0.07% | 0.42% | - |
| XYZ | 12.7 | 13.59 | 15.59 | - |
| YUV | 102.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 106 | 0.07 | 0.02 | 0 | 0.58 | 197.14 | 0.03 | 0.4 |
| Hex | 63 | 68 | 6A | 7 | 2 | 0 | 3A | C5 | 3 | 28 |
| Octal | 143 | 150 | 152 | 7 | 2 | 0 | 72 | 305 | 3 | 50 |
| Binary | 1100011 | 1101000 | 1101010 | 111 | 10 | 0 | 111010 | 11000101 | 11 | 101000 |
Color Harmonies of #63686A
Complementary color
Monochromatic Colors of #63686A
Black with #63686A
Text Example
Text Example
White with #63686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63686A; }
p { color: rgb(99,104,106); }
H1.HeaderClassName
{
color: #63686A;
}
.AnyTagClassName
{
color: #63686A;
}
</style>
background-color css
<style>
a { background-color: #63686A; }
a { background-color: rgb(99,104,106); }
div.DivClassName
{
background-color: #63686A;
}
.BgClassName
{
background-color: #63686A;
}
</style>
border-color css
<style>
span { border-color: #63686A; }
span { border-color: rgb(99,104,106); }
td.TdClassName
{
border-color: #63686A;
}
.TagClassName
{
border-color: #63686A;
}
</style>