Shades of Kimberly #68678B
Tints of Kimberly #68678B
RGB
CMYK
RGB Variations
Color information
#68678B (or 0x68678B) is known color: Kimberly. HEX triplet: 68, 67 and 8B. RGB value is (104,103,139). Sum of RGB (Red+Green+Blue) = 104+103+139=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #68678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68678B is #979874. Grayscale: #6B6B6B. Windows color (decimal): -9934965 or 9135976. OLE color: 9135976.
HSL color Cylindrical-coordinate representation of color #68678B: hue angle of 241.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68678B is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 103 | 139 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.45 |
| HSL | 241.67º | 0.15% | 0.47% | - |
| HSV(B) | 241.67º | 0.26% | 0.55% | - |
| XYZ | 15.22 | 14.51 | 26.42 | - |
| YUV | 107.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 139 | 0.25 | 0.26 | 0 | 0.45 | 241.67 | 0.15 | 0.47 |
| Hex | 68 | 67 | 8B | 19 | 1A | 0 | 2D | F2 | F | 2F |
| Octal | 150 | 147 | 213 | 31 | 32 | 0 | 55 | 362 | 17 | 57 |
| Binary | 1101000 | 1100111 | 10001011 | 11001 | 11010 | 0 | 101101 | 11110010 | 1111 | 101111 |
Color Harmonies of #68678B
Complementary color
Monochromatic Colors of #68678B
Black with #68678B
Text Example
Text Example
White with #68678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68678B; }
p { color: rgb(104,103,139); }
H1.HeaderClassName
{
color: #68678B;
}
.AnyTagClassName
{
color: #68678B;
}
</style>
background-color css
<style>
a { background-color: #68678B; }
a { background-color: rgb(104,103,139); }
div.DivClassName
{
background-color: #68678B;
}
.BgClassName
{
background-color: #68678B;
}
</style>
border-color css
<style>
span { border-color: #68678B; }
span { border-color: rgb(104,103,139); }
td.TdClassName
{
border-color: #68678B;
}
.TagClassName
{
border-color: #68678B;
}
</style>