Shades of Kimberly #635D93
Tints of Kimberly #635D93
RGB
CMYK
RGB Variations
Color information
#635D93 (or 0x635D93) is known color: Kimberly. HEX triplet: 63, 5D and 93. RGB value is (99,93,147). Sum of RGB (Red+Green+Blue) = 99+93+147=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #635D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635D93 is #9CA26C. Grayscale: #646464. Windows color (decimal): -10265197 or 9657699. OLE color: 9657699.
HSL color Cylindrical-coordinate representation of color #635D93: hue angle of 246.67º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #635D93 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 93 | 147 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.42 |
| HSL | 246.67º | 0.23% | 0.47% | - |
| HSV(B) | 246.67º | 0.37% | 0.58% | - |
| XYZ | 14.33 | 12.59 | 29.28 | - |
| YUV | 100.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 147 | 0.33 | 0.37 | 0 | 0.42 | 246.67 | 0.23 | 0.47 |
| Hex | 63 | 5D | 93 | 21 | 25 | 0 | 2A | F7 | 16 | 2F |
| Octal | 143 | 135 | 223 | 41 | 45 | 0 | 52 | 367 | 26 | 57 |
| Binary | 1100011 | 1011101 | 10010011 | 100001 | 100101 | 0 | 101010 | 11110111 | 10110 | 101111 |
Color Harmonies of #635D93
Complementary color
Monochromatic Colors of #635D93
Black with #635D93
Text Example
Text Example
White with #635D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D93; }
p { color: rgb(99,93,147); }
H1.HeaderClassName
{
color: #635D93;
}
.AnyTagClassName
{
color: #635D93;
}
</style>
background-color css
<style>
a { background-color: #635D93; }
a { background-color: rgb(99,93,147); }
div.DivClassName
{
background-color: #635D93;
}
.BgClassName
{
background-color: #635D93;
}
</style>
border-color css
<style>
span { border-color: #635D93; }
span { border-color: rgb(99,93,147); }
td.TdClassName
{
border-color: #635D93;
}
.TagClassName
{
border-color: #635D93;
}
</style>