Shades of Kimberly #68668C
Tints of Kimberly #68668C
RGB
CMYK
RGB Variations
Color information
#68668C (or 0x68668C) is known color: Kimberly. HEX triplet: 68, 66 and 8C. RGB value is (104,102,140). Sum of RGB (Red+Green+Blue) = 104+102+140=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #68668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68668C is #979973. Grayscale: #6A6A6A. Windows color (decimal): -9935220 or 9201256. OLE color: 9201256.
HSL color Cylindrical-coordinate representation of color #68668C: hue angle of 243.16º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68668C is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 102 | 140 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.45 |
| HSL | 243.16º | 0.16% | 0.47% | - |
| HSV(B) | 243.16º | 0.27% | 0.55% | - |
| XYZ | 15.19 | 14.34 | 26.78 | - |
| YUV | 106.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 140 | 0.26 | 0.27 | 0 | 0.45 | 243.16 | 0.16 | 0.47 |
| Hex | 68 | 66 | 8C | 1A | 1B | 0 | 2D | F3 | 10 | 2F |
| Octal | 150 | 146 | 214 | 32 | 33 | 0 | 55 | 363 | 20 | 57 |
| Binary | 1101000 | 1100110 | 10001100 | 11010 | 11011 | 0 | 101101 | 11110011 | 10000 | 101111 |
Color Harmonies of #68668C
Complementary color
Monochromatic Colors of #68668C
Black with #68668C
Text Example
Text Example
White with #68668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68668C; }
p { color: rgb(104,102,140); }
H1.HeaderClassName
{
color: #68668C;
}
.AnyTagClassName
{
color: #68668C;
}
</style>
background-color css
<style>
a { background-color: #68668C; }
a { background-color: rgb(104,102,140); }
div.DivClassName
{
background-color: #68668C;
}
.BgClassName
{
background-color: #68668C;
}
</style>
border-color css
<style>
span { border-color: #68668C; }
span { border-color: rgb(104,102,140); }
td.TdClassName
{
border-color: #68668C;
}
.TagClassName
{
border-color: #68668C;
}
</style>