Shades of Scarpa Flow #6B6273
Tints of Scarpa Flow #6B6273
RGB
CMYK
RGB Variations
Color information
#6B6273 (or 0x6B6273) is known color: Scarpa Flow. HEX triplet: 6B, 62 and 73. RGB value is (107,98,115). Sum of RGB (Red+Green+Blue) = 107+98+115=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6273 is #949D8C. Grayscale: #666666. Windows color (decimal): -9739661 or 7561835. OLE color: 7561835.
HSL color Cylindrical-coordinate representation of color #6B6273: hue angle of 271.76º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B6273 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 98 | 115 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.55 |
| HSL | 271.76º | 0.08% | 0.42% | - |
| HSV(B) | 271.76º | 0.15% | 0.45% | - |
| XYZ | 13.53 | 13.1 | 18.04 | - |
| YUV | 102.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 115 | 0.07 | 0.15 | 0 | 0.55 | 271.76 | 0.08 | 0.42 |
| Hex | 6B | 62 | 73 | 7 | F | 0 | 37 | 110 | 8 | 2A |
| Octal | 153 | 142 | 163 | 7 | 17 | 0 | 67 | 420 | 10 | 52 |
| Binary | 1101011 | 1100010 | 1110011 | 111 | 1111 | 0 | 110111 | 100010000 | 1000 | 101010 |
Color Harmonies of #6B6273
Complementary color
Monochromatic Colors of #6B6273
Black with #6B6273
Text Example
Text Example
White with #6B6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6273; }
p { color: rgb(107,98,115); }
H1.HeaderClassName
{
color: #6B6273;
}
.AnyTagClassName
{
color: #6B6273;
}
</style>
background-color css
<style>
a { background-color: #6B6273; }
a { background-color: rgb(107,98,115); }
div.DivClassName
{
background-color: #6B6273;
}
.BgClassName
{
background-color: #6B6273;
}
</style>
border-color css
<style>
span { border-color: #6B6273; }
span { border-color: rgb(107,98,115); }
td.TdClassName
{
border-color: #6B6273;
}
.TagClassName
{
border-color: #6B6273;
}
</style>