Shades of Scarpa Flow #666269
Tints of Scarpa Flow #666269
RGB
CMYK
RGB Variations
Color information
#666269 (or 0x666269) is known color: Scarpa Flow. HEX triplet: 66, 62 and 69. RGB value is (102,98,105). Sum of RGB (Red+Green+Blue) = 102+98+105=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 105 - color contains mainly: blue. Hex color #666269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666269 is #999D96. Grayscale: #636363. Windows color (decimal): -10067351 or 6906470. OLE color: 6906470.
HSL color Cylindrical-coordinate representation of color #666269: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666269 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 98 | 105 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.59 |
| HSL | 274.29º | 0.03% | 0.4% | - |
| HSV(B) | 274.29º | 0.07% | 0.41% | - |
| XYZ | 12.4 | 12.58 | 15.14 | - |
| YUV | 99.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 105 | 0.03 | 0.07 | 0 | 0.59 | 274.29 | 0.03 | 0.4 |
| Hex | 66 | 62 | 69 | 3 | 7 | 0 | 3B | 112 | 3 | 28 |
| Octal | 146 | 142 | 151 | 3 | 7 | 0 | 73 | 422 | 3 | 50 |
| Binary | 1100110 | 1100010 | 1101001 | 11 | 111 | 0 | 111011 | 100010010 | 11 | 101000 |
Color Harmonies of #666269
Complementary color
Monochromatic Colors of #666269
Black with #666269
Text Example
Text Example
White with #666269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666269; }
p { color: rgb(102,98,105); }
H1.HeaderClassName
{
color: #666269;
}
.AnyTagClassName
{
color: #666269;
}
</style>
background-color css
<style>
a { background-color: #666269; }
a { background-color: rgb(102,98,105); }
div.DivClassName
{
background-color: #666269;
}
.BgClassName
{
background-color: #666269;
}
</style>
border-color css
<style>
span { border-color: #666269; }
span { border-color: rgb(102,98,105); }
td.TdClassName
{
border-color: #666269;
}
.TagClassName
{
border-color: #666269;
}
</style>