Shades of Kimberly #67587E
Tints of Kimberly #67587E
RGB
CMYK
RGB Variations
Color information
#67587E (or 0x67587E) is known color: Kimberly. HEX triplet: 67, 58 and 7E. RGB value is (103,88,126). Sum of RGB (Red+Green+Blue) = 103+88+126=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #67587E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67587E is #98A781. Grayscale: #606060. Windows color (decimal): -10004354 or 8280167. OLE color: 8280167.
HSL color Cylindrical-coordinate representation of color #67587E: hue angle of 263.68º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67587E is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 88 | 126 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.51 |
| HSL | 263.68º | 0.18% | 0.42% | - |
| HSV(B) | 263.68º | 0.3% | 0.49% | - |
| XYZ | 12.85 | 11.37 | 21.26 | - |
| YUV | 96.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 126 | 0.18 | 0.30 | 0 | 0.51 | 263.68 | 0.18 | 0.42 |
| Hex | 67 | 58 | 7E | 12 | 1E | 0 | 33 | 108 | 12 | 2A |
| Octal | 147 | 130 | 176 | 22 | 36 | 0 | 63 | 410 | 22 | 52 |
| Binary | 1100111 | 1011000 | 1111110 | 10010 | 11110 | 0 | 110011 | 100001000 | 10010 | 101010 |
Color Harmonies of #67587E
Complementary color
Monochromatic Colors of #67587E
Black with #67587E
Text Example
Text Example
White with #67587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67587E; }
p { color: rgb(103,88,126); }
H1.HeaderClassName
{
color: #67587E;
}
.AnyTagClassName
{
color: #67587E;
}
</style>
background-color css
<style>
a { background-color: #67587E; }
a { background-color: rgb(103,88,126); }
div.DivClassName
{
background-color: #67587E;
}
.BgClassName
{
background-color: #67587E;
}
</style>
border-color css
<style>
span { border-color: #67587E; }
span { border-color: rgb(103,88,126); }
td.TdClassName
{
border-color: #67587E;
}
.TagClassName
{
border-color: #67587E;
}
</style>