Shades of Kimberly #67618F
Tints of Kimberly #67618F
RGB
CMYK
RGB Variations
Color information
#67618F (or 0x67618F) is known color: Kimberly. HEX triplet: 67, 61 and 8F. RGB value is (103,97,143). Sum of RGB (Red+Green+Blue) = 103+97+143=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #67618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67618F is #989E70. Grayscale: #676767. Windows color (decimal): -10002033 or 9396583. OLE color: 9396583.
HSL color Cylindrical-coordinate representation of color #67618F: hue angle of 247.83º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67618F is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 97 | 143 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.44 |
| HSL | 247.83º | 0.19% | 0.47% | - |
| HSV(B) | 247.83º | 0.32% | 0.56% | - |
| XYZ | 14.83 | 13.42 | 27.79 | - |
| YUV | 104.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 143 | 0.28 | 0.32 | 0 | 0.44 | 247.83 | 0.19 | 0.47 |
| Hex | 67 | 61 | 8F | 1C | 20 | 0 | 2C | F8 | 13 | 2F |
| Octal | 147 | 141 | 217 | 34 | 40 | 0 | 54 | 370 | 23 | 57 |
| Binary | 1100111 | 1100001 | 10001111 | 11100 | 100000 | 0 | 101100 | 11111000 | 10011 | 101111 |
Color Harmonies of #67618F
Complementary color
Monochromatic Colors of #67618F
Black with #67618F
Text Example
Text Example
White with #67618F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67618F; }
p { color: rgb(103,97,143); }
H1.HeaderClassName
{
color: #67618F;
}
.AnyTagClassName
{
color: #67618F;
}
</style>
background-color css
<style>
a { background-color: #67618F; }
a { background-color: rgb(103,97,143); }
div.DivClassName
{
background-color: #67618F;
}
.BgClassName
{
background-color: #67618F;
}
</style>
border-color css
<style>
span { border-color: #67618F; }
span { border-color: rgb(103,97,143); }
td.TdClassName
{
border-color: #67618F;
}
.TagClassName
{
border-color: #67618F;
}
</style>