Shades of Scarpa Flow #69686B
Tints of Scarpa Flow #69686B
RGB
CMYK
RGB Variations
Color information
#69686B (or 0x69686B) is known color: Scarpa Flow. HEX triplet: 69, 68 and 6B. RGB value is (105,104,107). Sum of RGB (Red+Green+Blue) = 105+104+107=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 107 - color contains mainly: blue. Hex color #69686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69686B is #969794. Grayscale: #686868. Windows color (decimal): -9869205 or 7039081. OLE color: 7039081.
HSL color Cylindrical-coordinate representation of color #69686B: hue angle of 260º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #69686B is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 104 | 107 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.58 |
| HSL | 260º | 0.01% | 0.41% | - |
| HSV(B) | 260º | 0.03% | 0.42% | - |
| XYZ | 13.43 | 13.97 | 15.9 | - |
| YUV | 104.64 | 129.33 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 107 | 0.02 | 0.03 | 0 | 0.58 | 260 | 0.01 | 0.41 |
| Hex | 69 | 68 | 6B | 2 | 3 | 0 | 3A | 104 | 1 | 29 |
| Octal | 151 | 150 | 153 | 2 | 3 | 0 | 72 | 404 | 1 | 51 |
| Binary | 1101001 | 1101000 | 1101011 | 10 | 11 | 0 | 111010 | 100000100 | 1 | 101001 |
Color Harmonies of #69686B
Complementary color
Monochromatic Colors of #69686B
Black with #69686B
Text Example
Text Example
White with #69686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69686B; }
p { color: rgb(105,104,107); }
H1.HeaderClassName
{
color: #69686B;
}
.AnyTagClassName
{
color: #69686B;
}
</style>
background-color css
<style>
a { background-color: #69686B; }
a { background-color: rgb(105,104,107); }
div.DivClassName
{
background-color: #69686B;
}
.BgClassName
{
background-color: #69686B;
}
</style>
border-color css
<style>
span { border-color: #69686B; }
span { border-color: rgb(105,104,107); }
td.TdClassName
{
border-color: #69686B;
}
.TagClassName
{
border-color: #69686B;
}
</style>