Shades of Kimberly #68658C
Tints of Kimberly #68658C
RGB
CMYK
RGB Variations
Color information
#68658C (or 0x68658C) is known color: Kimberly. HEX triplet: 68, 65 and 8C. RGB value is (104,101,140). Sum of RGB (Red+Green+Blue) = 104+101+140=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #68658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68658C is #979A73. Grayscale: #6A6A6A. Windows color (decimal): -9935476 or 9201000. OLE color: 9201000.
HSL color Cylindrical-coordinate representation of color #68658C: hue angle of 244.62º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68658C is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 101 | 140 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.45 |
| HSL | 244.62º | 0.16% | 0.47% | - |
| HSV(B) | 244.62º | 0.28% | 0.55% | - |
| XYZ | 15.1 | 14.14 | 26.75 | - |
| YUV | 106.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 140 | 0.26 | 0.28 | 0 | 0.45 | 244.62 | 0.16 | 0.47 |
| Hex | 68 | 65 | 8C | 1A | 1C | 0 | 2D | F5 | 10 | 2F |
| Octal | 150 | 145 | 214 | 32 | 34 | 0 | 55 | 365 | 20 | 57 |
| Binary | 1101000 | 1100101 | 10001100 | 11010 | 11100 | 0 | 101101 | 11110101 | 10000 | 101111 |
Color Harmonies of #68658C
Complementary color
Monochromatic Colors of #68658C
Black with #68658C
Text Example
Text Example
White with #68658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68658C; }
p { color: rgb(104,101,140); }
H1.HeaderClassName
{
color: #68658C;
}
.AnyTagClassName
{
color: #68658C;
}
</style>
background-color css
<style>
a { background-color: #68658C; }
a { background-color: rgb(104,101,140); }
div.DivClassName
{
background-color: #68658C;
}
.BgClassName
{
background-color: #68658C;
}
</style>
border-color css
<style>
span { border-color: #68658C; }
span { border-color: rgb(104,101,140); }
td.TdClassName
{
border-color: #68658C;
}
.TagClassName
{
border-color: #68658C;
}
</style>