Shades of Gumbo #67948F
Tints of Gumbo #67948F
RGB
CMYK
RGB Variations
Color information
#67948F (or 0x67948F) is known color: Gumbo. HEX triplet: 67, 94 and 8F. RGB value is (103,148,143). Sum of RGB (Red+Green+Blue) = 103+148+143=394 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.14% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #67948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67948F is #986B70. Grayscale: #858585. Windows color (decimal): -9988977 or 9409639. OLE color: 9409639.
HSL color Cylindrical-coordinate representation of color #67948F: hue angle of 173.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67948F is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 143 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.42 |
| HSL | 173.33º | 0.18% | 0.49% | - |
| HSV(B) | 173.33º | 0.3% | 0.58% | - |
| XYZ | 21.14 | 26.05 | 29.9 | - |
| YUV | 133.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 143 | 0.30 | 0 | 0.03 | 0.42 | 173.33 | 0.18 | 0.49 |
| Hex | 67 | 94 | 8F | 1E | 0 | 3 | 2A | AD | 12 | 31 |
| Octal | 147 | 224 | 217 | 36 | 0 | 3 | 52 | 255 | 22 | 61 |
| Binary | 1100111 | 10010100 | 10001111 | 11110 | 0 | 11 | 101010 | 10101101 | 10010 | 110001 |
Color Harmonies of #67948F
Complementary color
Monochromatic Colors of #67948F
Black with #67948F
Text Example
Text Example
White with #67948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67948F; }
p { color: rgb(103,148,143); }
H1.HeaderClassName
{
color: #67948F;
}
.AnyTagClassName
{
color: #67948F;
}
</style>
background-color css
<style>
a { background-color: #67948F; }
a { background-color: rgb(103,148,143); }
div.DivClassName
{
background-color: #67948F;
}
.BgClassName
{
background-color: #67948F;
}
</style>
border-color css
<style>
span { border-color: #67948F; }
span { border-color: rgb(103,148,143); }
td.TdClassName
{
border-color: #67948F;
}
.TagClassName
{
border-color: #67948F;
}
</style>