Shades of Pale Sky #65696A
Tints of Pale Sky #65696A
RGB
CMYK
RGB Variations
Color information
#65696A (or 0x65696A) is known color: Pale Sky. HEX triplet: 65, 69 and 6A. RGB value is (101,105,106). Sum of RGB (Red+Green+Blue) = 101+105+106=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 106 - color contains mainly: blue. Hex color #65696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65696A is #9A9695. Grayscale: #676767. Windows color (decimal): -10131094 or 6973797. OLE color: 6973797.
HSL color Cylindrical-coordinate representation of color #65696A: hue angle of 192º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #65696A is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 105 | 106 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.58 |
| HSL | 192º | 0.02% | 0.41% | - |
| HSV(B) | 192º | 0.05% | 0.42% | - |
| XYZ | 13.02 | 13.91 | 15.63 | - |
| YUV | 103.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 106 | 0.05 | 0.01 | 0 | 0.58 | 192 | 0.02 | 0.41 |
| Hex | 65 | 69 | 6A | 5 | 1 | 0 | 3A | C0 | 2 | 29 |
| Octal | 145 | 151 | 152 | 5 | 1 | 0 | 72 | 300 | 2 | 51 |
| Binary | 1100101 | 1101001 | 1101010 | 101 | 1 | 0 | 111010 | 11000000 | 10 | 101001 |
Color Harmonies of #65696A
Complementary color
Monochromatic Colors of #65696A
Black with #65696A
Text Example
Text Example
White with #65696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65696A; }
p { color: rgb(101,105,106); }
H1.HeaderClassName
{
color: #65696A;
}
.AnyTagClassName
{
color: #65696A;
}
</style>
background-color css
<style>
a { background-color: #65696A; }
a { background-color: rgb(101,105,106); }
div.DivClassName
{
background-color: #65696A;
}
.BgClassName
{
background-color: #65696A;
}
</style>
border-color css
<style>
span { border-color: #65696A; }
span { border-color: rgb(101,105,106); }
td.TdClassName
{
border-color: #65696A;
}
.TagClassName
{
border-color: #65696A;
}
</style>