Shades of Kimberly #635A8A
Tints of Kimberly #635A8A
RGB
CMYK
RGB Variations
Color information
#635A8A (or 0x635A8A) is known color: Kimberly. HEX triplet: 63, 5A and 8A. RGB value is (99,90,138). Sum of RGB (Red+Green+Blue) = 99+90+138=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #635A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635A8A is #9CA575. Grayscale: #616161. Windows color (decimal): -10265974 or 9067107. OLE color: 9067107.
HSL color Cylindrical-coordinate representation of color #635A8A: hue angle of 251.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #635A8A is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 90 | 138 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.46 |
| HSL | 251.25º | 0.21% | 0.45% | - |
| HSV(B) | 251.25º | 0.35% | 0.54% | - |
| XYZ | 13.39 | 11.8 | 25.62 | - |
| YUV | 98.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 138 | 0.28 | 0.35 | 0 | 0.46 | 251.25 | 0.21 | 0.45 |
| Hex | 63 | 5A | 8A | 1C | 23 | 0 | 2E | FB | 15 | 2D |
| Octal | 143 | 132 | 212 | 34 | 43 | 0 | 56 | 373 | 25 | 55 |
| Binary | 1100011 | 1011010 | 10001010 | 11100 | 100011 | 0 | 101110 | 11111011 | 10101 | 101101 |
Color Harmonies of #635A8A
Complementary color
Monochromatic Colors of #635A8A
Black with #635A8A
Text Example
Text Example
White with #635A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A8A; }
p { color: rgb(99,90,138); }
H1.HeaderClassName
{
color: #635A8A;
}
.AnyTagClassName
{
color: #635A8A;
}
</style>
background-color css
<style>
a { background-color: #635A8A; }
a { background-color: rgb(99,90,138); }
div.DivClassName
{
background-color: #635A8A;
}
.BgClassName
{
background-color: #635A8A;
}
</style>
border-color css
<style>
span { border-color: #635A8A; }
span { border-color: rgb(99,90,138); }
td.TdClassName
{
border-color: #635A8A;
}
.TagClassName
{
border-color: #635A8A;
}
</style>