Shades of Kimberly #67587B
Tints of Kimberly #67587B
RGB
CMYK
RGB Variations
Color information
#67587B (or 0x67587B) is known color: Kimberly. HEX triplet: 67, 58 and 7B. RGB value is (103,88,123). Sum of RGB (Red+Green+Blue) = 103+88+123=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #67587B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67587B is #98A784. Grayscale: #606060. Windows color (decimal): -10004357 or 8083559. OLE color: 8083559.
HSL color Cylindrical-coordinate representation of color #67587B: hue angle of 265.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67587B is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 88 | 123 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.52 |
| HSL | 265.71º | 0.17% | 0.41% | - |
| HSV(B) | 265.71º | 0.28% | 0.48% | - |
| XYZ | 12.66 | 11.29 | 20.25 | - |
| YUV | 96.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 123 | 0.16 | 0.28 | 0 | 0.52 | 265.71 | 0.17 | 0.41 |
| Hex | 67 | 58 | 7B | 10 | 1C | 0 | 34 | 10A | 11 | 29 |
| Octal | 147 | 130 | 173 | 20 | 34 | 0 | 64 | 412 | 21 | 51 |
| Binary | 1100111 | 1011000 | 1111011 | 10000 | 11100 | 0 | 110100 | 100001010 | 10001 | 101001 |
Color Harmonies of #67587B
Complementary color
Monochromatic Colors of #67587B
Black with #67587B
Text Example
Text Example
White with #67587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67587B; }
p { color: rgb(103,88,123); }
H1.HeaderClassName
{
color: #67587B;
}
.AnyTagClassName
{
color: #67587B;
}
</style>
background-color css
<style>
a { background-color: #67587B; }
a { background-color: rgb(103,88,123); }
div.DivClassName
{
background-color: #67587B;
}
.BgClassName
{
background-color: #67587B;
}
</style>
border-color css
<style>
span { border-color: #67587B; }
span { border-color: rgb(103,88,123); }
td.TdClassName
{
border-color: #67587B;
}
.TagClassName
{
border-color: #67587B;
}
</style>