Shades of Kimberly #645F90
Tints of Kimberly #645F90
RGB
CMYK
RGB Variations
Color information
#645F90 (or 0x645F90) is known color: Kimberly. HEX triplet: 64, 5F and 90. RGB value is (100,95,144). Sum of RGB (Red+Green+Blue) = 100+95+144=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #645F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645F90 is #9BA06F. Grayscale: #656565. Windows color (decimal): -10199152 or 9461604. OLE color: 9461604.
HSL color Cylindrical-coordinate representation of color #645F90: hue angle of 246.12º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645F90 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 95 | 144 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.44 |
| HSL | 246.12º | 0.21% | 0.47% | - |
| HSV(B) | 246.12º | 0.34% | 0.56% | - |
| XYZ | 14.38 | 12.91 | 28.12 | - |
| YUV | 102.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 144 | 0.31 | 0.34 | 0 | 0.44 | 246.12 | 0.21 | 0.47 |
| Hex | 64 | 5F | 90 | 1F | 22 | 0 | 2C | F6 | 15 | 2F |
| Octal | 144 | 137 | 220 | 37 | 42 | 0 | 54 | 366 | 25 | 57 |
| Binary | 1100100 | 1011111 | 10010000 | 11111 | 100010 | 0 | 101100 | 11110110 | 10101 | 101111 |
Color Harmonies of #645F90
Complementary color
Monochromatic Colors of #645F90
Black with #645F90
Text Example
Text Example
White with #645F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645F90; }
p { color: rgb(100,95,144); }
H1.HeaderClassName
{
color: #645F90;
}
.AnyTagClassName
{
color: #645F90;
}
</style>
background-color css
<style>
a { background-color: #645F90; }
a { background-color: rgb(100,95,144); }
div.DivClassName
{
background-color: #645F90;
}
.BgClassName
{
background-color: #645F90;
}
</style>
border-color css
<style>
span { border-color: #645F90; }
span { border-color: rgb(100,95,144); }
td.TdClassName
{
border-color: #645F90;
}
.TagClassName
{
border-color: #645F90;
}
</style>