Shades of Kimberly #65607F
Tints of Kimberly #65607F
RGB
CMYK
RGB Variations
Color information
#65607F (or 0x65607F) is known color: Kimberly. HEX triplet: 65, 60 and 7F. RGB value is (101,96,127). Sum of RGB (Red+Green+Blue) = 101+96+127=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #65607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65607F is #9A9F80. Grayscale: #646464. Windows color (decimal): -10133377 or 8347749. OLE color: 8347749.
HSL color Cylindrical-coordinate representation of color #65607F: hue angle of 249.68º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65607F is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 96 | 127 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.50 |
| HSL | 249.68º | 0.14% | 0.44% | - |
| HSV(B) | 249.68º | 0.24% | 0.5% | - |
| XYZ | 13.38 | 12.66 | 21.82 | - |
| YUV | 101.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 127 | 0.20 | 0.24 | 0 | 0.50 | 249.68 | 0.14 | 0.44 |
| Hex | 65 | 60 | 7F | 14 | 18 | 0 | 32 | FA | E | 2C |
| Octal | 145 | 140 | 177 | 24 | 30 | 0 | 62 | 372 | 16 | 54 |
| Binary | 1100101 | 1100000 | 1111111 | 10100 | 11000 | 0 | 110010 | 11111010 | 1110 | 101100 |
Color Harmonies of #65607F
Complementary color
Monochromatic Colors of #65607F
Black with #65607F
Text Example
Text Example
White with #65607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65607F; }
p { color: rgb(101,96,127); }
H1.HeaderClassName
{
color: #65607F;
}
.AnyTagClassName
{
color: #65607F;
}
</style>
background-color css
<style>
a { background-color: #65607F; }
a { background-color: rgb(101,96,127); }
div.DivClassName
{
background-color: #65607F;
}
.BgClassName
{
background-color: #65607F;
}
</style>
border-color css
<style>
span { border-color: #65607F; }
span { border-color: rgb(101,96,127); }
td.TdClassName
{
border-color: #65607F;
}
.TagClassName
{
border-color: #65607F;
}
</style>