Shades of Kimberly #68638C
Tints of Kimberly #68638C
RGB
CMYK
RGB Variations
Color information
#68638C (or 0x68638C) is known color: Kimberly. HEX triplet: 68, 63 and 8C. RGB value is (104,99,140). Sum of RGB (Red+Green+Blue) = 104+99+140=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #68638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68638C is #979C73. Grayscale: #696969. Windows color (decimal): -9935988 or 9200488. OLE color: 9200488.
HSL color Cylindrical-coordinate representation of color #68638C: hue angle of 247.32º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68638C is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 99 | 140 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.45 |
| HSL | 247.32º | 0.17% | 0.47% | - |
| HSV(B) | 247.32º | 0.29% | 0.55% | - |
| XYZ | 14.9 | 13.76 | 26.68 | - |
| YUV | 105.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 140 | 0.26 | 0.29 | 0 | 0.45 | 247.32 | 0.17 | 0.47 |
| Hex | 68 | 63 | 8C | 1A | 1D | 0 | 2D | F7 | 11 | 2F |
| Octal | 150 | 143 | 214 | 32 | 35 | 0 | 55 | 367 | 21 | 57 |
| Binary | 1101000 | 1100011 | 10001100 | 11010 | 11101 | 0 | 101101 | 11110111 | 10001 | 101111 |
Color Harmonies of #68638C
Complementary color
Monochromatic Colors of #68638C
Black with #68638C
Text Example
Text Example
White with #68638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68638C; }
p { color: rgb(104,99,140); }
H1.HeaderClassName
{
color: #68638C;
}
.AnyTagClassName
{
color: #68638C;
}
</style>
background-color css
<style>
a { background-color: #68638C; }
a { background-color: rgb(104,99,140); }
div.DivClassName
{
background-color: #68638C;
}
.BgClassName
{
background-color: #68638C;
}
</style>
border-color css
<style>
span { border-color: #68638C; }
span { border-color: rgb(104,99,140); }
td.TdClassName
{
border-color: #68638C;
}
.TagClassName
{
border-color: #68638C;
}
</style>