Shades of Scarpa Flow #6C6773
Tints of Scarpa Flow #6C6773
RGB
CMYK
RGB Variations
Color information
#6C6773 (or 0x6C6773) is known color: Scarpa Flow. HEX triplet: 6C, 67 and 73. RGB value is (108,103,115). Sum of RGB (Red+Green+Blue) = 108+103+115=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C6773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6773 is #93988C. Grayscale: #696969. Windows color (decimal): -9672845 or 7563116. OLE color: 7563116.
HSL color Cylindrical-coordinate representation of color #6C6773: hue angle of 265º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6C6773 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 103 | 115 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.55 |
| HSL | 265º | 0.06% | 0.43% | - |
| HSV(B) | 265º | 0.1% | 0.45% | - |
| XYZ | 14.13 | 14.13 | 18.2 | - |
| YUV | 105.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 115 | 0.06 | 0.10 | 0 | 0.55 | 265 | 0.06 | 0.43 |
| Hex | 6C | 67 | 73 | 6 | A | 0 | 37 | 109 | 6 | 2B |
| Octal | 154 | 147 | 163 | 6 | 12 | 0 | 67 | 411 | 6 | 53 |
| Binary | 1101100 | 1100111 | 1110011 | 110 | 1010 | 0 | 110111 | 100001001 | 110 | 101011 |
Color Harmonies of #6C6773
Complementary color
Monochromatic Colors of #6C6773
Black with #6C6773
Text Example
Text Example
White with #6C6773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6773; }
p { color: rgb(108,103,115); }
H1.HeaderClassName
{
color: #6C6773;
}
.AnyTagClassName
{
color: #6C6773;
}
</style>
background-color css
<style>
a { background-color: #6C6773; }
a { background-color: rgb(108,103,115); }
div.DivClassName
{
background-color: #6C6773;
}
.BgClassName
{
background-color: #6C6773;
}
</style>
border-color css
<style>
span { border-color: #6C6773; }
span { border-color: rgb(108,103,115); }
td.TdClassName
{
border-color: #6C6773;
}
.TagClassName
{
border-color: #6C6773;
}
</style>