Shades of Kimberly #67608D
Tints of Kimberly #67608D
RGB
CMYK
RGB Variations
Color information
#67608D (or 0x67608D) is known color: Kimberly. HEX triplet: 67, 60 and 8D. RGB value is (103,96,141). Sum of RGB (Red+Green+Blue) = 103+96+141=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #67608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67608D is #989F72. Grayscale: #676767. Windows color (decimal): -10002291 or 9265255. OLE color: 9265255.
HSL color Cylindrical-coordinate representation of color #67608D: hue angle of 249.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67608D is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 96 | 141 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.45 |
| HSL | 249.33º | 0.19% | 0.46% | - |
| HSV(B) | 249.33º | 0.32% | 0.55% | - |
| XYZ | 14.58 | 13.17 | 26.97 | - |
| YUV | 103.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 141 | 0.27 | 0.32 | 0 | 0.45 | 249.33 | 0.19 | 0.46 |
| Hex | 67 | 60 | 8D | 1B | 20 | 0 | 2D | F9 | 13 | 2E |
| Octal | 147 | 140 | 215 | 33 | 40 | 0 | 55 | 371 | 23 | 56 |
| Binary | 1100111 | 1100000 | 10001101 | 11011 | 100000 | 0 | 101101 | 11111001 | 10011 | 101110 |
Color Harmonies of #67608D
Complementary color
Monochromatic Colors of #67608D
Black with #67608D
Text Example
Text Example
White with #67608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67608D; }
p { color: rgb(103,96,141); }
H1.HeaderClassName
{
color: #67608D;
}
.AnyTagClassName
{
color: #67608D;
}
</style>
background-color css
<style>
a { background-color: #67608D; }
a { background-color: rgb(103,96,141); }
div.DivClassName
{
background-color: #67608D;
}
.BgClassName
{
background-color: #67608D;
}
</style>
border-color css
<style>
span { border-color: #67608D; }
span { border-color: rgb(103,96,141); }
td.TdClassName
{
border-color: #67608D;
}
.TagClassName
{
border-color: #67608D;
}
</style>