Shades of Kimberly #675D82
Tints of Kimberly #675D82
RGB
CMYK
RGB Variations
Color information
#675D82 (or 0x675D82) is known color: Kimberly. HEX triplet: 67, 5D and 82. RGB value is (103,93,130). Sum of RGB (Red+Green+Blue) = 103+93+130=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #675D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675D82 is #98A27D. Grayscale: #646464. Windows color (decimal): -10003070 or 8543591. OLE color: 8543591.
HSL color Cylindrical-coordinate representation of color #675D82: hue angle of 256.22º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #675D82 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 93 | 130 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.49 |
| HSL | 256.22º | 0.17% | 0.44% | - |
| HSV(B) | 256.22º | 0.28% | 0.51% | - |
| XYZ | 13.54 | 12.32 | 22.78 | - |
| YUV | 100.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 130 | 0.21 | 0.28 | 0 | 0.49 | 256.22 | 0.17 | 0.44 |
| Hex | 67 | 5D | 82 | 15 | 1C | 0 | 31 | 100 | 11 | 2C |
| Octal | 147 | 135 | 202 | 25 | 34 | 0 | 61 | 400 | 21 | 54 |
| Binary | 1100111 | 1011101 | 10000010 | 10101 | 11100 | 0 | 110001 | 100000000 | 10001 | 101100 |
Color Harmonies of #675D82
Complementary color
Monochromatic Colors of #675D82
Black with #675D82
Text Example
Text Example
White with #675D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D82; }
p { color: rgb(103,93,130); }
H1.HeaderClassName
{
color: #675D82;
}
.AnyTagClassName
{
color: #675D82;
}
</style>
background-color css
<style>
a { background-color: #675D82; }
a { background-color: rgb(103,93,130); }
div.DivClassName
{
background-color: #675D82;
}
.BgClassName
{
background-color: #675D82;
}
</style>
border-color css
<style>
span { border-color: #675D82; }
span { border-color: rgb(103,93,130); }
td.TdClassName
{
border-color: #675D82;
}
.TagClassName
{
border-color: #675D82;
}
</style>