Shades of Kimberly #67627F
Tints of Kimberly #67627F
RGB
CMYK
RGB Variations
Color information
#67627F (or 0x67627F) is known color: Kimberly. HEX triplet: 67, 62 and 7F. RGB value is (103,98,127). Sum of RGB (Red+Green+Blue) = 103+98+127=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #67627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67627F is #989D80. Grayscale: #666666. Windows color (decimal): -10001793 or 8348263. OLE color: 8348263.
HSL color Cylindrical-coordinate representation of color #67627F: hue angle of 250.34º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67627F is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 98 | 127 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.50 |
| HSL | 250.34º | 0.13% | 0.44% | - |
| HSV(B) | 250.34º | 0.23% | 0.5% | - |
| XYZ | 13.79 | 13.15 | 21.89 | - |
| YUV | 102.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 127 | 0.19 | 0.23 | 0 | 0.50 | 250.34 | 0.13 | 0.44 |
| Hex | 67 | 62 | 7F | 13 | 17 | 0 | 32 | FA | D | 2C |
| Octal | 147 | 142 | 177 | 23 | 27 | 0 | 62 | 372 | 15 | 54 |
| Binary | 1100111 | 1100010 | 1111111 | 10011 | 10111 | 0 | 110010 | 11111010 | 1101 | 101100 |
Color Harmonies of #67627F
Complementary color
Monochromatic Colors of #67627F
Black with #67627F
Text Example
Text Example
White with #67627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67627F; }
p { color: rgb(103,98,127); }
H1.HeaderClassName
{
color: #67627F;
}
.AnyTagClassName
{
color: #67627F;
}
</style>
background-color css
<style>
a { background-color: #67627F; }
a { background-color: rgb(103,98,127); }
div.DivClassName
{
background-color: #67627F;
}
.BgClassName
{
background-color: #67627F;
}
</style>
border-color css
<style>
span { border-color: #67627F; }
span { border-color: rgb(103,98,127); }
td.TdClassName
{
border-color: #67627F;
}
.TagClassName
{
border-color: #67627F;
}
</style>