Shades of Kimberly #67668D
Tints of Kimberly #67668D
RGB
CMYK
RGB Variations
Color information
#67668D (or 0x67668D) is known color: Kimberly. HEX triplet: 67, 66 and 8D. RGB value is (103,102,141). Sum of RGB (Red+Green+Blue) = 103+102+141=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #67668D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67668D is #989972. Grayscale: #6A6A6A. Windows color (decimal): -10000755 or 9266791. OLE color: 9266791.
HSL color Cylindrical-coordinate representation of color #67668D: hue angle of 241.54º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67668D is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 102 | 141 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.45 |
| HSL | 241.54º | 0.16% | 0.48% | - |
| HSV(B) | 241.54º | 0.28% | 0.55% | - |
| XYZ | 15.15 | 14.31 | 27.16 | - |
| YUV | 106.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 141 | 0.27 | 0.28 | 0 | 0.45 | 241.54 | 0.16 | 0.48 |
| Hex | 67 | 66 | 8D | 1B | 1C | 0 | 2D | F2 | 10 | 30 |
| Octal | 147 | 146 | 215 | 33 | 34 | 0 | 55 | 362 | 20 | 60 |
| Binary | 1100111 | 1100110 | 10001101 | 11011 | 11100 | 0 | 101101 | 11110010 | 10000 | 110000 |
Color Harmonies of #67668D
Complementary color
Monochromatic Colors of #67668D
Black with #67668D
Text Example
Text Example
White with #67668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67668D; }
p { color: rgb(103,102,141); }
H1.HeaderClassName
{
color: #67668D;
}
.AnyTagClassName
{
color: #67668D;
}
</style>
background-color css
<style>
a { background-color: #67668D; }
a { background-color: rgb(103,102,141); }
div.DivClassName
{
background-color: #67668D;
}
.BgClassName
{
background-color: #67668D;
}
</style>
border-color css
<style>
span { border-color: #67668D; }
span { border-color: rgb(103,102,141); }
td.TdClassName
{
border-color: #67668D;
}
.TagClassName
{
border-color: #67668D;
}
</style>