Shades of Scarpa Flow #69666B
Tints of Scarpa Flow #69666B
RGB
CMYK
RGB Variations
Color information
#69666B (or 0x69666B) is known color: Scarpa Flow. HEX triplet: 69, 66 and 6B. RGB value is (105,102,107). Sum of RGB (Red+Green+Blue) = 105+102+107=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 107 - color contains mainly: blue. Hex color #69666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69666B is #969994. Grayscale: #676767. Windows color (decimal): -9869717 or 7038569. OLE color: 7038569.
HSL color Cylindrical-coordinate representation of color #69666B: hue angle of 276º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #69666B is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 102 | 107 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.58 |
| HSL | 276º | 0.02% | 0.41% | - |
| HSV(B) | 276º | 0.05% | 0.42% | - |
| XYZ | 13.23 | 13.57 | 15.83 | - |
| YUV | 103.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 107 | 0.02 | 0.05 | 0 | 0.58 | 276 | 0.02 | 0.41 |
| Hex | 69 | 66 | 6B | 2 | 5 | 0 | 3A | 114 | 2 | 29 |
| Octal | 151 | 146 | 153 | 2 | 5 | 0 | 72 | 424 | 2 | 51 |
| Binary | 1101001 | 1100110 | 1101011 | 10 | 101 | 0 | 111010 | 100010100 | 10 | 101001 |
Color Harmonies of #69666B
Complementary color
Monochromatic Colors of #69666B
Black with #69666B
Text Example
Text Example
White with #69666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69666B; }
p { color: rgb(105,102,107); }
H1.HeaderClassName
{
color: #69666B;
}
.AnyTagClassName
{
color: #69666B;
}
</style>
background-color css
<style>
a { background-color: #69666B; }
a { background-color: rgb(105,102,107); }
div.DivClassName
{
background-color: #69666B;
}
.BgClassName
{
background-color: #69666B;
}
</style>
border-color css
<style>
span { border-color: #69666B; }
span { border-color: rgb(105,102,107); }
td.TdClassName
{
border-color: #69666B;
}
.TagClassName
{
border-color: #69666B;
}
</style>