Shades of Scarpa Flow #68636B
Tints of Scarpa Flow #68636B
RGB
CMYK
RGB Variations
Color information
#68636B (or 0x68636B) is known color: Scarpa Flow. HEX triplet: 68, 63 and 6B. RGB value is (104,99,107). Sum of RGB (Red+Green+Blue) = 104+99+107=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 107 - color contains mainly: blue. Hex color #68636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68636B is #979C94. Grayscale: #656565. Windows color (decimal): -9936021 or 7037800. OLE color: 7037800.
HSL color Cylindrical-coordinate representation of color #68636B: hue angle of 277.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #68636B is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 99 | 107 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.58 |
| HSL | 277.5º | 0.04% | 0.4% | - |
| HSV(B) | 277.5º | 0.07% | 0.42% | - |
| XYZ | 12.82 | 12.93 | 15.73 | - |
| YUV | 101.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 107 | 0.03 | 0.07 | 0 | 0.58 | 277.5 | 0.04 | 0.4 |
| Hex | 68 | 63 | 6B | 3 | 7 | 0 | 3A | 116 | 4 | 28 |
| Octal | 150 | 143 | 153 | 3 | 7 | 0 | 72 | 426 | 4 | 50 |
| Binary | 1101000 | 1100011 | 1101011 | 11 | 111 | 0 | 111010 | 100010110 | 100 | 101000 |
Color Harmonies of #68636B
Complementary color
Monochromatic Colors of #68636B
Black with #68636B
Text Example
Text Example
White with #68636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68636B; }
p { color: rgb(104,99,107); }
H1.HeaderClassName
{
color: #68636B;
}
.AnyTagClassName
{
color: #68636B;
}
</style>
background-color css
<style>
a { background-color: #68636B; }
a { background-color: rgb(104,99,107); }
div.DivClassName
{
background-color: #68636B;
}
.BgClassName
{
background-color: #68636B;
}
</style>
border-color css
<style>
span { border-color: #68636B; }
span { border-color: rgb(104,99,107); }
td.TdClassName
{
border-color: #68636B;
}
.TagClassName
{
border-color: #68636B;
}
</style>