Shades of Scarpa Flow #67636B
Tints of Scarpa Flow #67636B
RGB
CMYK
RGB Variations
Color information
#67636B (or 0x67636B) is known color: Scarpa Flow. HEX triplet: 67, 63 and 6B. RGB value is (103,99,107). Sum of RGB (Red+Green+Blue) = 103+99+107=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 107 - color contains mainly: blue. Hex color #67636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67636B is #989C94. Grayscale: #656565. Windows color (decimal): -10001557 or 7037799. OLE color: 7037799.
HSL color Cylindrical-coordinate representation of color #67636B: hue angle of 270º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #67636B is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 99 | 107 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.58 |
| HSL | 270º | 0.04% | 0.4% | - |
| HSV(B) | 270º | 0.07% | 0.42% | - |
| XYZ | 12.71 | 12.87 | 15.72 | - |
| YUV | 101.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 107 | 0.04 | 0.07 | 0 | 0.58 | 270 | 0.04 | 0.4 |
| Hex | 67 | 63 | 6B | 4 | 7 | 0 | 3A | 10E | 4 | 28 |
| Octal | 147 | 143 | 153 | 4 | 7 | 0 | 72 | 416 | 4 | 50 |
| Binary | 1100111 | 1100011 | 1101011 | 100 | 111 | 0 | 111010 | 100001110 | 100 | 101000 |
Color Harmonies of #67636B
Complementary color
Monochromatic Colors of #67636B
Black with #67636B
Text Example
Text Example
White with #67636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67636B; }
p { color: rgb(103,99,107); }
H1.HeaderClassName
{
color: #67636B;
}
.AnyTagClassName
{
color: #67636B;
}
</style>
background-color css
<style>
a { background-color: #67636B; }
a { background-color: rgb(103,99,107); }
div.DivClassName
{
background-color: #67636B;
}
.BgClassName
{
background-color: #67636B;
}
</style>
border-color css
<style>
span { border-color: #67636B; }
span { border-color: rgb(103,99,107); }
td.TdClassName
{
border-color: #67636B;
}
.TagClassName
{
border-color: #67636B;
}
</style>