Shades of Kimberly #65608F
Tints of Kimberly #65608F
RGB
CMYK
RGB Variations
Color information
#65608F (or 0x65608F) is known color: Kimberly. HEX triplet: 65, 60 and 8F. RGB value is (101,96,143). Sum of RGB (Red+Green+Blue) = 101+96+143=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #65608F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65608F is #9A9F70. Grayscale: #666666. Windows color (decimal): -10133361 or 9396325. OLE color: 9396325.
HSL color Cylindrical-coordinate representation of color #65608F: hue angle of 246.38º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65608F is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 96 | 143 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.44 |
| HSL | 246.38º | 0.2% | 0.47% | - |
| HSV(B) | 246.38º | 0.33% | 0.56% | - |
| XYZ | 14.51 | 13.12 | 27.75 | - |
| YUV | 102.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 143 | 0.29 | 0.33 | 0 | 0.44 | 246.38 | 0.2 | 0.47 |
| Hex | 65 | 60 | 8F | 1D | 21 | 0 | 2C | F6 | 14 | 2F |
| Octal | 145 | 140 | 217 | 35 | 41 | 0 | 54 | 366 | 24 | 57 |
| Binary | 1100101 | 1100000 | 10001111 | 11101 | 100001 | 0 | 101100 | 11110110 | 10100 | 101111 |
Color Harmonies of #65608F
Complementary color
Monochromatic Colors of #65608F
Black with #65608F
Text Example
Text Example
White with #65608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65608F; }
p { color: rgb(101,96,143); }
H1.HeaderClassName
{
color: #65608F;
}
.AnyTagClassName
{
color: #65608F;
}
</style>
background-color css
<style>
a { background-color: #65608F; }
a { background-color: rgb(101,96,143); }
div.DivClassName
{
background-color: #65608F;
}
.BgClassName
{
background-color: #65608F;
}
</style>
border-color css
<style>
span { border-color: #65608F; }
span { border-color: rgb(101,96,143); }
td.TdClassName
{
border-color: #65608F;
}
.TagClassName
{
border-color: #65608F;
}
</style>