Shades of Kimberly #67608F
Tints of Kimberly #67608F
RGB
CMYK
RGB Variations
Color information
#67608F (or 0x67608F) is known color: Kimberly. HEX triplet: 67, 60 and 8F. RGB value is (103,96,143). Sum of RGB (Red+Green+Blue) = 103+96+143=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #67608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67608F is #989F70. Grayscale: #676767. Windows color (decimal): -10002289 or 9396327. OLE color: 9396327.
HSL color Cylindrical-coordinate representation of color #67608F: hue angle of 248.94º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67608F is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 96 | 143 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.44 |
| HSL | 248.94º | 0.2% | 0.47% | - |
| HSV(B) | 248.94º | 0.33% | 0.56% | - |
| XYZ | 14.73 | 13.23 | 27.76 | - |
| YUV | 103.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 143 | 0.28 | 0.33 | 0 | 0.44 | 248.94 | 0.2 | 0.47 |
| Hex | 67 | 60 | 8F | 1C | 21 | 0 | 2C | F9 | 14 | 2F |
| Octal | 147 | 140 | 217 | 34 | 41 | 0 | 54 | 371 | 24 | 57 |
| Binary | 1100111 | 1100000 | 10001111 | 11100 | 100001 | 0 | 101100 | 11111001 | 10100 | 101111 |
Color Harmonies of #67608F
Complementary color
Monochromatic Colors of #67608F
Black with #67608F
Text Example
Text Example
White with #67608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67608F; }
p { color: rgb(103,96,143); }
H1.HeaderClassName
{
color: #67608F;
}
.AnyTagClassName
{
color: #67608F;
}
</style>
background-color css
<style>
a { background-color: #67608F; }
a { background-color: rgb(103,96,143); }
div.DivClassName
{
background-color: #67608F;
}
.BgClassName
{
background-color: #67608F;
}
</style>
border-color css
<style>
span { border-color: #67608F; }
span { border-color: rgb(103,96,143); }
td.TdClassName
{
border-color: #67608F;
}
.TagClassName
{
border-color: #67608F;
}
</style>