Shades of Kimberly #61608D
Tints of Kimberly #61608D
RGB
CMYK
RGB Variations
Color information
#61608D (or 0x61608D) is known color: Kimberly. HEX triplet: 61, 60 and 8D. RGB value is (97,96,141). Sum of RGB (Red+Green+Blue) = 97+96+141=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #61608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61608D is #9E9F72. Grayscale: #656565. Windows color (decimal): -10395507 or 9265249. OLE color: 9265249.
HSL color Cylindrical-coordinate representation of color #61608D: hue angle of 241.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61608D is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 96 | 141 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.45 |
| HSL | 241.33º | 0.19% | 0.46% | - |
| HSV(B) | 241.33º | 0.32% | 0.55% | - |
| XYZ | 13.92 | 12.83 | 26.94 | - |
| YUV | 101.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 141 | 0.31 | 0.32 | 0 | 0.45 | 241.33 | 0.19 | 0.46 |
| Hex | 61 | 60 | 8D | 1F | 20 | 0 | 2D | F1 | 13 | 2E |
| Octal | 141 | 140 | 215 | 37 | 40 | 0 | 55 | 361 | 23 | 56 |
| Binary | 1100001 | 1100000 | 10001101 | 11111 | 100000 | 0 | 101101 | 11110001 | 10011 | 101110 |
Color Harmonies of #61608D
Complementary color
Monochromatic Colors of #61608D
Black with #61608D
Text Example
Text Example
White with #61608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61608D; }
p { color: rgb(97,96,141); }
H1.HeaderClassName
{
color: #61608D;
}
.AnyTagClassName
{
color: #61608D;
}
</style>
background-color css
<style>
a { background-color: #61608D; }
a { background-color: rgb(97,96,141); }
div.DivClassName
{
background-color: #61608D;
}
.BgClassName
{
background-color: #61608D;
}
</style>
border-color css
<style>
span { border-color: #61608D; }
span { border-color: rgb(97,96,141); }
td.TdClassName
{
border-color: #61608D;
}
.TagClassName
{
border-color: #61608D;
}
</style>