Shades of Pale Sky #61696C
Tints of Pale Sky #61696C
RGB
CMYK
RGB Variations
Color information
#61696C (or 0x61696C) is known color: Pale Sky. HEX triplet: 61, 69 and 6C. RGB value is (97,105,108). Sum of RGB (Red+Green+Blue) = 97+105+108=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 108 - color contains mainly: blue. Hex color #61696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61696C is #9E9693. Grayscale: #666666. Windows color (decimal): -10393236 or 7104865. OLE color: 7104865.
HSL color Cylindrical-coordinate representation of color #61696C: hue angle of 196.36º 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 #61696C is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 105 | 108 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.58 |
| HSL | 196.36º | 0.05% | 0.4% | - |
| HSV(B) | 196.36º | 0.1% | 0.42% | - |
| XYZ | 12.69 | 13.73 | 16.17 | - |
| YUV | 102.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 108 | 0.10 | 0.03 | 0 | 0.58 | 196.36 | 0.05 | 0.4 |
| Hex | 61 | 69 | 6C | A | 3 | 0 | 3A | C4 | 5 | 28 |
| Octal | 141 | 151 | 154 | 12 | 3 | 0 | 72 | 304 | 5 | 50 |
| Binary | 1100001 | 1101001 | 1101100 | 1010 | 11 | 0 | 111010 | 11000100 | 101 | 101000 |
Color Harmonies of #61696C
Complementary color
Monochromatic Colors of #61696C
Black with #61696C
Text Example
Text Example
White with #61696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61696C; }
p { color: rgb(97,105,108); }
H1.HeaderClassName
{
color: #61696C;
}
.AnyTagClassName
{
color: #61696C;
}
</style>
background-color css
<style>
a { background-color: #61696C; }
a { background-color: rgb(97,105,108); }
div.DivClassName
{
background-color: #61696C;
}
.BgClassName
{
background-color: #61696C;
}
</style>
border-color css
<style>
span { border-color: #61696C; }
span { border-color: rgb(97,105,108); }
td.TdClassName
{
border-color: #61696C;
}
.TagClassName
{
border-color: #61696C;
}
</style>