Shades of Kimberly #65638E
Tints of Kimberly #65638E
RGB
CMYK
RGB Variations
Color information
#65638E (or 0x65638E) is known color: Kimberly. HEX triplet: 65, 63 and 8E. RGB value is (101,99,142). Sum of RGB (Red+Green+Blue) = 101+99+142=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #65638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65638E is #9A9C71. Grayscale: #686868. Windows color (decimal): -10132594 or 9331557. OLE color: 9331557.
HSL color Cylindrical-coordinate representation of color #65638E: hue angle of 242.79º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65638E is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 99 | 142 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.44 |
| HSL | 242.79º | 0.18% | 0.47% | - |
| HSV(B) | 242.79º | 0.3% | 0.56% | - |
| XYZ | 14.71 | 13.64 | 27.45 | - |
| YUV | 104.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 142 | 0.29 | 0.30 | 0 | 0.44 | 242.79 | 0.18 | 0.47 |
| Hex | 65 | 63 | 8E | 1D | 1E | 0 | 2C | F3 | 12 | 2F |
| Octal | 145 | 143 | 216 | 35 | 36 | 0 | 54 | 363 | 22 | 57 |
| Binary | 1100101 | 1100011 | 10001110 | 11101 | 11110 | 0 | 101100 | 11110011 | 10010 | 101111 |
Color Harmonies of #65638E
Complementary color
Monochromatic Colors of #65638E
Black with #65638E
Text Example
Text Example
White with #65638E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65638E; }
p { color: rgb(101,99,142); }
H1.HeaderClassName
{
color: #65638E;
}
.AnyTagClassName
{
color: #65638E;
}
</style>
background-color css
<style>
a { background-color: #65638E; }
a { background-color: rgb(101,99,142); }
div.DivClassName
{
background-color: #65638E;
}
.BgClassName
{
background-color: #65638E;
}
</style>
border-color css
<style>
span { border-color: #65638E; }
span { border-color: rgb(101,99,142); }
td.TdClassName
{
border-color: #65638E;
}
.TagClassName
{
border-color: #65638E;
}
</style>