Shades of Scarpa Flow #6A636F
Tints of Scarpa Flow #6A636F
RGB
CMYK
RGB Variations
Color information
#6A636F (or 0x6A636F) is known color: Scarpa Flow. HEX triplet: 6A, 63 and 6F. RGB value is (106,99,111). Sum of RGB (Red+Green+Blue) = 106+99+111=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A636F is #959C90. Grayscale: #666666. Windows color (decimal): -9804945 or 7299946. OLE color: 7299946.
HSL color Cylindrical-coordinate representation of color #6A636F: hue angle of 275º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A636F is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 99 | 111 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.56 |
| HSL | 275º | 0.06% | 0.41% | - |
| HSV(B) | 275º | 0.11% | 0.44% | - |
| XYZ | 13.27 | 13.14 | 16.87 | - |
| YUV | 102.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 99 | 111 | 0.05 | 0.11 | 0 | 0.56 | 275 | 0.06 | 0.41 |
| Hex | 6A | 63 | 6F | 5 | B | 0 | 38 | 113 | 6 | 29 |
| Octal | 152 | 143 | 157 | 5 | 13 | 0 | 70 | 423 | 6 | 51 |
| Binary | 1101010 | 1100011 | 1101111 | 101 | 1011 | 0 | 111000 | 100010011 | 110 | 101001 |
Color Harmonies of #6A636F
Complementary color
Monochromatic Colors of #6A636F
Black with #6A636F
Text Example
Text Example
White with #6A636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A636F; }
p { color: rgb(106,99,111); }
H1.HeaderClassName
{
color: #6A636F;
}
.AnyTagClassName
{
color: #6A636F;
}
</style>
background-color css
<style>
a { background-color: #6A636F; }
a { background-color: rgb(106,99,111); }
div.DivClassName
{
background-color: #6A636F;
}
.BgClassName
{
background-color: #6A636F;
}
</style>
border-color css
<style>
span { border-color: #6A636F; }
span { border-color: rgb(106,99,111); }
td.TdClassName
{
border-color: #6A636F;
}
.TagClassName
{
border-color: #6A636F;
}
</style>