Shades of Pale Sky #60696B
Tints of Pale Sky #60696B
RGB
CMYK
RGB Variations
Color information
#60696B (or 0x60696B) is known color: Pale Sky. HEX triplet: 60, 69 and 6B. RGB value is (96,105,107). Sum of RGB (Red+Green+Blue) = 96+105+107=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 107 - color contains mainly: blue. Hex color #60696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60696B is #9F9694. Grayscale: #666666. Windows color (decimal): -10458773 or 7039328. OLE color: 7039328.
HSL color Cylindrical-coordinate representation of color #60696B: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60696B is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 105 | 107 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.58 |
| HSL | 190.91º | 0.05% | 0.4% | - |
| HSV(B) | 190.91º | 0.1% | 0.42% | - |
| XYZ | 12.53 | 13.65 | 15.88 | - |
| YUV | 102.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 107 | 0.10 | 0.02 | 0 | 0.58 | 190.91 | 0.05 | 0.4 |
| Hex | 60 | 69 | 6B | A | 2 | 0 | 3A | BF | 5 | 28 |
| Octal | 140 | 151 | 153 | 12 | 2 | 0 | 72 | 277 | 5 | 50 |
| Binary | 1100000 | 1101001 | 1101011 | 1010 | 10 | 0 | 111010 | 10111111 | 101 | 101000 |
Color Harmonies of #60696B
Complementary color
Monochromatic Colors of #60696B
Black with #60696B
Text Example
Text Example
White with #60696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60696B; }
p { color: rgb(96,105,107); }
H1.HeaderClassName
{
color: #60696B;
}
.AnyTagClassName
{
color: #60696B;
}
</style>
background-color css
<style>
a { background-color: #60696B; }
a { background-color: rgb(96,105,107); }
div.DivClassName
{
background-color: #60696B;
}
.BgClassName
{
background-color: #60696B;
}
</style>
border-color css
<style>
span { border-color: #60696B; }
span { border-color: rgb(96,105,107); }
td.TdClassName
{
border-color: #60696B;
}
.TagClassName
{
border-color: #60696B;
}
</style>