Shades of Pale Sky #616668
Tints of Pale Sky #616668
RGB
CMYK
RGB Variations
Color information
#616668 (or 0x616668) is known color: Pale Sky. HEX triplet: 61, 66 and 68. RGB value is (97,102,104). Sum of RGB (Red+Green+Blue) = 97+102+104=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 104 - color contains mainly: blue. Hex color #616668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616668 is #9E9997. Grayscale: #646464. Windows color (decimal): -10394008 or 6841953. OLE color: 6841953.
HSL color Cylindrical-coordinate representation of color #616668: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #616668 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 102 | 104 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.59 |
| HSL | 197.14º | 0.03% | 0.39% | - |
| HSV(B) | 197.14º | 0.07% | 0.41% | - |
| XYZ | 12.18 | 13.04 | 14.97 | - |
| YUV | 100.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 104 | 0.07 | 0.02 | 0 | 0.59 | 197.14 | 0.03 | 0.39 |
| Hex | 61 | 66 | 68 | 7 | 2 | 0 | 3B | C5 | 3 | 27 |
| Octal | 141 | 146 | 150 | 7 | 2 | 0 | 73 | 305 | 3 | 47 |
| Binary | 1100001 | 1100110 | 1101000 | 111 | 10 | 0 | 111011 | 11000101 | 11 | 100111 |
Color Harmonies of #616668
Complementary color
Monochromatic Colors of #616668
Black with #616668
Text Example
Text Example
White with #616668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616668; }
p { color: rgb(97,102,104); }
H1.HeaderClassName
{
color: #616668;
}
.AnyTagClassName
{
color: #616668;
}
</style>
background-color css
<style>
a { background-color: #616668; }
a { background-color: rgb(97,102,104); }
div.DivClassName
{
background-color: #616668;
}
.BgClassName
{
background-color: #616668;
}
</style>
border-color css
<style>
span { border-color: #616668; }
span { border-color: rgb(97,102,104); }
td.TdClassName
{
border-color: #616668;
}
.TagClassName
{
border-color: #616668;
}
</style>