Shades of Smoky #626068
Tints of Smoky #626068
RGB
CMYK
RGB Variations
Color information
#626068 (or 0x626068) is known color: Smoky. HEX triplet: 62, 60 and 68. RGB value is (98,96,104). Sum of RGB (Red+Green+Blue) = 98+96+104=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: blue. Hex color #626068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626068 is #9D9F97. Grayscale: #616161. Windows color (decimal): -10330008 or 6840418. OLE color: 6840418.
HSL color Cylindrical-coordinate representation of color #626068: hue angle of 255º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #626068 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 96 | 104 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.59 |
| HSL | 255º | 0.04% | 0.39% | - |
| HSV(B) | 255º | 0.08% | 0.41% | - |
| XYZ | 11.72 | 11.96 | 14.79 | - |
| YUV | 97.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 104 | 0.06 | 0.08 | 0 | 0.59 | 255 | 0.04 | 0.39 |
| Hex | 62 | 60 | 68 | 6 | 8 | 0 | 3B | FF | 4 | 27 |
| Octal | 142 | 140 | 150 | 6 | 10 | 0 | 73 | 377 | 4 | 47 |
| Binary | 1100010 | 1100000 | 1101000 | 110 | 1000 | 0 | 111011 | 11111111 | 100 | 100111 |
Color Harmonies of #626068
Complementary color
Monochromatic Colors of #626068
Black with #626068
Text Example
Text Example
White with #626068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626068; }
p { color: rgb(98,96,104); }
H1.HeaderClassName
{
color: #626068;
}
.AnyTagClassName
{
color: #626068;
}
</style>
background-color css
<style>
a { background-color: #626068; }
a { background-color: rgb(98,96,104); }
div.DivClassName
{
background-color: #626068;
}
.BgClassName
{
background-color: #626068;
}
</style>
border-color css
<style>
span { border-color: #626068; }
span { border-color: rgb(98,96,104); }
td.TdClassName
{
border-color: #626068;
}
.TagClassName
{
border-color: #626068;
}
</style>