Shades of Pale Sky #62696A
Tints of Pale Sky #62696A
RGB
CMYK
RGB Variations
Color information
#62696A (or 0x62696A) is known color: Pale Sky. HEX triplet: 62, 69 and 6A. RGB value is (98,105,106). Sum of RGB (Red+Green+Blue) = 98+105+106=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 105 (41.41% from 255 or 33.98% 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 #62696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62696A is #9D9695. Grayscale: #676767. Windows color (decimal): -10327702 or 6973794. OLE color: 6973794.
HSL color Cylindrical-coordinate representation of color #62696A: hue angle of 187.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #62696A is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 105 | 106 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.58 |
| HSL | 187.5º | 0.04% | 0.4% | - |
| HSV(B) | 187.5º | 0.08% | 0.42% | - |
| XYZ | 12.69 | 13.74 | 15.62 | - |
| YUV | 103.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 106 | 0.08 | 0.01 | 0 | 0.58 | 187.5 | 0.04 | 0.4 |
| Hex | 62 | 69 | 6A | 8 | 1 | 0 | 3A | BC | 4 | 28 |
| Octal | 142 | 151 | 152 | 10 | 1 | 0 | 72 | 274 | 4 | 50 |
| Binary | 1100010 | 1101001 | 1101010 | 1000 | 1 | 0 | 111010 | 10111100 | 100 | 101000 |
Color Harmonies of #62696A
Complementary color
Monochromatic Colors of #62696A
Black with #62696A
Text Example
Text Example
White with #62696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62696A; }
p { color: rgb(98,105,106); }
H1.HeaderClassName
{
color: #62696A;
}
.AnyTagClassName
{
color: #62696A;
}
</style>
background-color css
<style>
a { background-color: #62696A; }
a { background-color: rgb(98,105,106); }
div.DivClassName
{
background-color: #62696A;
}
.BgClassName
{
background-color: #62696A;
}
</style>
border-color css
<style>
span { border-color: #62696A; }
span { border-color: rgb(98,105,106); }
td.TdClassName
{
border-color: #62696A;
}
.TagClassName
{
border-color: #62696A;
}
</style>