Shades of Pale Sky #626C6E
Tints of Pale Sky #626C6E
RGB
CMYK
RGB Variations
Color information
#626C6E (or 0x626C6E) is known color: Pale Sky. HEX triplet: 62, 6C and 6E. RGB value is (98,108,110). Sum of RGB (Red+Green+Blue) = 98+108+110=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 110 - color contains mainly: blue. Hex color #626C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C6E is #9D9391. Grayscale: #696969. Windows color (decimal): -10326930 or 7236706. OLE color: 7236706.
HSL color Cylindrical-coordinate representation of color #626C6E: hue angle of 190º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #626C6E is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 108 | 110 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.57 |
| HSL | 190º | 0.06% | 0.41% | - |
| HSV(B) | 190º | 0.11% | 0.43% | - |
| XYZ | 13.21 | 14.45 | 16.84 | - |
| YUV | 105.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 110 | 0.11 | 0.02 | 0 | 0.57 | 190 | 0.06 | 0.41 |
| Hex | 62 | 6C | 6E | B | 2 | 0 | 39 | BE | 6 | 29 |
| Octal | 142 | 154 | 156 | 13 | 2 | 0 | 71 | 276 | 6 | 51 |
| Binary | 1100010 | 1101100 | 1101110 | 1011 | 10 | 0 | 111001 | 10111110 | 110 | 101001 |
Color Harmonies of #626C6E
Complementary color
Monochromatic Colors of #626C6E
Black with #626C6E
Text Example
Text Example
White with #626C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C6E; }
p { color: rgb(98,108,110); }
H1.HeaderClassName
{
color: #626C6E;
}
.AnyTagClassName
{
color: #626C6E;
}
</style>
background-color css
<style>
a { background-color: #626C6E; }
a { background-color: rgb(98,108,110); }
div.DivClassName
{
background-color: #626C6E;
}
.BgClassName
{
background-color: #626C6E;
}
</style>
border-color css
<style>
span { border-color: #626C6E; }
span { border-color: rgb(98,108,110); }
td.TdClassName
{
border-color: #626C6E;
}
.TagClassName
{
border-color: #626C6E;
}
</style>