Shades of Pale Sky #6A7275
Tints of Pale Sky #6A7275
RGB
CMYK
RGB Variations
Color information
#6A7275 (or 0x6A7275) is known color: Pale Sky. HEX triplet: 6A, 72 and 75. RGB value is (106,114,117). Sum of RGB (Red+Green+Blue) = 106+114+117=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A7275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7275 is #958D8A. Grayscale: #6F6F6F. Windows color (decimal): -9801099 or 7697002. OLE color: 7697002.
HSL color Cylindrical-coordinate representation of color #6A7275: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A7275 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 114 | 117 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.54 |
| HSL | 196.36º | 0.05% | 0.44% | - |
| HSV(B) | 196.36º | 0.09% | 0.46% | - |
| XYZ | 15.17 | 16.38 | 19.19 | - |
| YUV | 111.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 117 | 0.09 | 0.03 | 0 | 0.54 | 196.36 | 0.05 | 0.44 |
| Hex | 6A | 72 | 75 | 9 | 3 | 0 | 36 | C4 | 5 | 2C |
| Octal | 152 | 162 | 165 | 11 | 3 | 0 | 66 | 304 | 5 | 54 |
| Binary | 1101010 | 1110010 | 1110101 | 1001 | 11 | 0 | 110110 | 11000100 | 101 | 101100 |
Color Harmonies of #6A7275
Complementary color
Monochromatic Colors of #6A7275
Black with #6A7275
Text Example
Text Example
White with #6A7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7275; }
p { color: rgb(106,114,117); }
H1.HeaderClassName
{
color: #6A7275;
}
.AnyTagClassName
{
color: #6A7275;
}
</style>
background-color css
<style>
a { background-color: #6A7275; }
a { background-color: rgb(106,114,117); }
div.DivClassName
{
background-color: #6A7275;
}
.BgClassName
{
background-color: #6A7275;
}
</style>
border-color css
<style>
span { border-color: #6A7275; }
span { border-color: rgb(106,114,117); }
td.TdClassName
{
border-color: #6A7275;
}
.TagClassName
{
border-color: #6A7275;
}
</style>