Shades of Kimberly #65608D
Tints of Kimberly #65608D
RGB
CMYK
RGB Variations
Color information
#65608D (or 0x65608D) is known color: Kimberly. HEX triplet: 65, 60 and 8D. RGB value is (101,96,141). Sum of RGB (Red+Green+Blue) = 101+96+141=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #65608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65608D is #9A9F72. Grayscale: #666666. Windows color (decimal): -10133363 or 9265253. OLE color: 9265253.
HSL color Cylindrical-coordinate representation of color #65608D: hue angle of 246.67º 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 #65608D is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 96 | 141 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.45 |
| HSL | 246.67º | 0.19% | 0.46% | - |
| HSV(B) | 246.67º | 0.32% | 0.55% | - |
| XYZ | 14.36 | 13.06 | 26.96 | - |
| YUV | 102.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 141 | 0.28 | 0.32 | 0 | 0.45 | 246.67 | 0.19 | 0.46 |
| Hex | 65 | 60 | 8D | 1C | 20 | 0 | 2D | F7 | 13 | 2E |
| Octal | 145 | 140 | 215 | 34 | 40 | 0 | 55 | 367 | 23 | 56 |
| Binary | 1100101 | 1100000 | 10001101 | 11100 | 100000 | 0 | 101101 | 11110111 | 10011 | 101110 |
Color Harmonies of #65608D
Complementary color
Monochromatic Colors of #65608D
Black with #65608D
Text Example
Text Example
White with #65608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65608D; }
p { color: rgb(101,96,141); }
H1.HeaderClassName
{
color: #65608D;
}
.AnyTagClassName
{
color: #65608D;
}
</style>
background-color css
<style>
a { background-color: #65608D; }
a { background-color: rgb(101,96,141); }
div.DivClassName
{
background-color: #65608D;
}
.BgClassName
{
background-color: #65608D;
}
</style>
border-color css
<style>
span { border-color: #65608D; }
span { border-color: rgb(101,96,141); }
td.TdClassName
{
border-color: #65608D;
}
.TagClassName
{
border-color: #65608D;
}
</style>