Shades of Kimberly #675D79
Tints of Kimberly #675D79
RGB
CMYK
RGB Variations
Color information
#675D79 (or 0x675D79) is known color: Kimberly. HEX triplet: 67, 5D and 79. RGB value is (103,93,121). Sum of RGB (Red+Green+Blue) = 103+93+121=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #675D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675D79 is #98A286. Grayscale: #636363. Windows color (decimal): -10003079 or 7953767. OLE color: 7953767.
HSL color Cylindrical-coordinate representation of color #675D79: hue angle of 261.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #675D79 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 93 | 121 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.53 |
| HSL | 261.43º | 0.13% | 0.42% | - |
| HSV(B) | 261.43º | 0.23% | 0.47% | - |
| XYZ | 12.96 | 12.09 | 19.74 | - |
| YUV | 99.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 121 | 0.15 | 0.23 | 0 | 0.53 | 261.43 | 0.13 | 0.42 |
| Hex | 67 | 5D | 79 | F | 17 | 0 | 35 | 105 | D | 2A |
| Octal | 147 | 135 | 171 | 17 | 27 | 0 | 65 | 405 | 15 | 52 |
| Binary | 1100111 | 1011101 | 1111001 | 1111 | 10111 | 0 | 110101 | 100000101 | 1101 | 101010 |
Color Harmonies of #675D79
Complementary color
Monochromatic Colors of #675D79
Black with #675D79
Text Example
Text Example
White with #675D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D79; }
p { color: rgb(103,93,121); }
H1.HeaderClassName
{
color: #675D79;
}
.AnyTagClassName
{
color: #675D79;
}
</style>
background-color css
<style>
a { background-color: #675D79; }
a { background-color: rgb(103,93,121); }
div.DivClassName
{
background-color: #675D79;
}
.BgClassName
{
background-color: #675D79;
}
</style>
border-color css
<style>
span { border-color: #675D79; }
span { border-color: rgb(103,93,121); }
td.TdClassName
{
border-color: #675D79;
}
.TagClassName
{
border-color: #675D79;
}
</style>