Shades of Kimberly #675C79
Tints of Kimberly #675C79
RGB
CMYK
RGB Variations
Color information
#675C79 (or 0x675C79) is known color: Kimberly. HEX triplet: 67, 5C and 79. RGB value is (103,92,121). Sum of RGB (Red+Green+Blue) = 103+92+121=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 121 - color contains mainly: blue. Hex color #675C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C79 is #98A386. Grayscale: #626262. Windows color (decimal): -10003335 or 7953511. OLE color: 7953511.
HSL color Cylindrical-coordinate representation of color #675C79: hue angle of 262.76º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #675C79 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 92 | 121 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.53 |
| HSL | 262.76º | 0.14% | 0.42% | - |
| HSV(B) | 262.76º | 0.24% | 0.47% | - |
| XYZ | 12.87 | 11.92 | 19.71 | - |
| YUV | 98.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 121 | 0.15 | 0.24 | 0 | 0.53 | 262.76 | 0.14 | 0.42 |
| Hex | 67 | 5C | 79 | F | 18 | 0 | 35 | 107 | E | 2A |
| Octal | 147 | 134 | 171 | 17 | 30 | 0 | 65 | 407 | 16 | 52 |
| Binary | 1100111 | 1011100 | 1111001 | 1111 | 11000 | 0 | 110101 | 100000111 | 1110 | 101010 |
Color Harmonies of #675C79
Complementary color
Monochromatic Colors of #675C79
Black with #675C79
Text Example
Text Example
White with #675C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C79; }
p { color: rgb(103,92,121); }
H1.HeaderClassName
{
color: #675C79;
}
.AnyTagClassName
{
color: #675C79;
}
</style>
background-color css
<style>
a { background-color: #675C79; }
a { background-color: rgb(103,92,121); }
div.DivClassName
{
background-color: #675C79;
}
.BgClassName
{
background-color: #675C79;
}
</style>
border-color css
<style>
span { border-color: #675C79; }
span { border-color: rgb(103,92,121); }
td.TdClassName
{
border-color: #675C79;
}
.TagClassName
{
border-color: #675C79;
}
</style>