Shades of Pale Sky #66696A
Tints of Pale Sky #66696A
RGB
CMYK
RGB Variations
Color information
#66696A (or 0x66696A) is known color: Pale Sky. HEX triplet: 66, 69 and 6A. RGB value is (102,105,106). Sum of RGB (Red+Green+Blue) = 102+105+106=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 106 - color contains mainly: blue. Hex color #66696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66696A is #999695. Grayscale: #686868. Windows color (decimal): -10065558 or 6973798. OLE color: 6973798.
HSL color Cylindrical-coordinate representation of color #66696A: hue angle of 195º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #66696A is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 105 | 106 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.58 |
| HSL | 195º | 0.02% | 0.41% | - |
| HSV(B) | 195º | 0.04% | 0.42% | - |
| XYZ | 13.13 | 13.97 | 15.64 | - |
| YUV | 104.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 106 | 0.04 | 0.01 | 0 | 0.58 | 195 | 0.02 | 0.41 |
| Hex | 66 | 69 | 6A | 4 | 1 | 0 | 3A | C3 | 2 | 29 |
| Octal | 146 | 151 | 152 | 4 | 1 | 0 | 72 | 303 | 2 | 51 |
| Binary | 1100110 | 1101001 | 1101010 | 100 | 1 | 0 | 111010 | 11000011 | 10 | 101001 |
Color Harmonies of #66696A
Complementary color
Monochromatic Colors of #66696A
Black with #66696A
Text Example
Text Example
White with #66696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66696A; }
p { color: rgb(102,105,106); }
H1.HeaderClassName
{
color: #66696A;
}
.AnyTagClassName
{
color: #66696A;
}
</style>
background-color css
<style>
a { background-color: #66696A; }
a { background-color: rgb(102,105,106); }
div.DivClassName
{
background-color: #66696A;
}
.BgClassName
{
background-color: #66696A;
}
</style>
border-color css
<style>
span { border-color: #66696A; }
span { border-color: rgb(102,105,106); }
td.TdClassName
{
border-color: #66696A;
}
.TagClassName
{
border-color: #66696A;
}
</style>