Shades of Kimberly #67648E
Tints of Kimberly #67648E
RGB
CMYK
RGB Variations
Color information
#67648E (or 0x67648E) is known color: Kimberly. HEX triplet: 67, 64 and 8E. RGB value is (103,100,142). Sum of RGB (Red+Green+Blue) = 103+100+142=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #67648E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67648E is #989B71. Grayscale: #696969. Windows color (decimal): -10001266 or 9331815. OLE color: 9331815.
HSL color Cylindrical-coordinate representation of color #67648E: hue angle of 244.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67648E is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 100 | 142 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.44 |
| HSL | 244.29º | 0.17% | 0.47% | - |
| HSV(B) | 244.29º | 0.3% | 0.56% | - |
| XYZ | 15.03 | 13.95 | 27.49 | - |
| YUV | 105.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 142 | 0.27 | 0.30 | 0 | 0.44 | 244.29 | 0.17 | 0.47 |
| Hex | 67 | 64 | 8E | 1B | 1E | 0 | 2C | F4 | 11 | 2F |
| Octal | 147 | 144 | 216 | 33 | 36 | 0 | 54 | 364 | 21 | 57 |
| Binary | 1100111 | 1100100 | 10001110 | 11011 | 11110 | 0 | 101100 | 11110100 | 10001 | 101111 |
Color Harmonies of #67648E
Complementary color
Monochromatic Colors of #67648E
Black with #67648E
Text Example
Text Example
White with #67648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67648E; }
p { color: rgb(103,100,142); }
H1.HeaderClassName
{
color: #67648E;
}
.AnyTagClassName
{
color: #67648E;
}
</style>
background-color css
<style>
a { background-color: #67648E; }
a { background-color: rgb(103,100,142); }
div.DivClassName
{
background-color: #67648E;
}
.BgClassName
{
background-color: #67648E;
}
</style>
border-color css
<style>
span { border-color: #67648E; }
span { border-color: rgb(103,100,142); }
td.TdClassName
{
border-color: #67648E;
}
.TagClassName
{
border-color: #67648E;
}
</style>