Shades of Kimberly #68658B
Tints of Kimberly #68658B
RGB
CMYK
RGB Variations
Color information
#68658B (or 0x68658B) is known color: Kimberly. HEX triplet: 68, 65 and 8B. RGB value is (104,101,139). Sum of RGB (Red+Green+Blue) = 104+101+139=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #68658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68658B is #979A74. Grayscale: #6A6A6A. Windows color (decimal): -9935477 or 9135464. OLE color: 9135464.
HSL color Cylindrical-coordinate representation of color #68658B: hue angle of 244.74º 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 #68658B is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 101 | 139 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.45 |
| HSL | 244.74º | 0.16% | 0.47% | - |
| HSV(B) | 244.74º | 0.27% | 0.55% | - |
| XYZ | 15.02 | 14.11 | 26.36 | - |
| YUV | 106.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 139 | 0.25 | 0.27 | 0 | 0.45 | 244.74 | 0.16 | 0.47 |
| Hex | 68 | 65 | 8B | 19 | 1B | 0 | 2D | F5 | 10 | 2F |
| Octal | 150 | 145 | 213 | 31 | 33 | 0 | 55 | 365 | 20 | 57 |
| Binary | 1101000 | 1100101 | 10001011 | 11001 | 11011 | 0 | 101101 | 11110101 | 10000 | 101111 |
Color Harmonies of #68658B
Complementary color
Monochromatic Colors of #68658B
Black with #68658B
Text Example
Text Example
White with #68658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68658B; }
p { color: rgb(104,101,139); }
H1.HeaderClassName
{
color: #68658B;
}
.AnyTagClassName
{
color: #68658B;
}
</style>
background-color css
<style>
a { background-color: #68658B; }
a { background-color: rgb(104,101,139); }
div.DivClassName
{
background-color: #68658B;
}
.BgClassName
{
background-color: #68658B;
}
</style>
border-color css
<style>
span { border-color: #68658B; }
span { border-color: rgb(104,101,139); }
td.TdClassName
{
border-color: #68658B;
}
.TagClassName
{
border-color: #68658B;
}
</style>