Shades of Scarpa Flow #6F677B
Tints of Scarpa Flow #6F677B
RGB
CMYK
RGB Variations
Color information
#6F677B (or 0x6F677B) is known color: Scarpa Flow. HEX triplet: 6F, 67 and 7B. RGB value is (111,103,123). Sum of RGB (Red+Green+Blue) = 111+103+123=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F677B is #909884. Grayscale: #6B6B6B. Windows color (decimal): -9476229 or 8087407. OLE color: 8087407.
HSL color Cylindrical-coordinate representation of color #6F677B: hue angle of 264º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F677B is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 103 | 123 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.52 |
| HSL | 264º | 0.09% | 0.44% | - |
| HSV(B) | 264º | 0.16% | 0.48% | - |
| XYZ | 14.98 | 14.51 | 20.75 | - |
| YUV | 107.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 123 | 0.10 | 0.16 | 0 | 0.52 | 264 | 0.09 | 0.44 |
| Hex | 6F | 67 | 7B | A | 10 | 0 | 34 | 108 | 9 | 2C |
| Octal | 157 | 147 | 173 | 12 | 20 | 0 | 64 | 410 | 11 | 54 |
| Binary | 1101111 | 1100111 | 1111011 | 1010 | 10000 | 0 | 110100 | 100001000 | 1001 | 101100 |
Color Harmonies of #6F677B
Complementary color
Monochromatic Colors of #6F677B
Black with #6F677B
Text Example
Text Example
White with #6F677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F677B; }
p { color: rgb(111,103,123); }
H1.HeaderClassName
{
color: #6F677B;
}
.AnyTagClassName
{
color: #6F677B;
}
</style>
background-color css
<style>
a { background-color: #6F677B; }
a { background-color: rgb(111,103,123); }
div.DivClassName
{
background-color: #6F677B;
}
.BgClassName
{
background-color: #6F677B;
}
</style>
border-color css
<style>
span { border-color: #6F677B; }
span { border-color: rgb(111,103,123); }
td.TdClassName
{
border-color: #6F677B;
}
.TagClassName
{
border-color: #6F677B;
}
</style>