Shades of Kimberly #696078
Tints of Kimberly #696078
RGB
CMYK
RGB Variations
Color information
#696078 (or 0x696078) is known color: Kimberly. HEX triplet: 69, 60 and 78. RGB value is (105,96,120). Sum of RGB (Red+Green+Blue) = 105+96+120=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #696078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696078 is #969F87. Grayscale: #656565. Windows color (decimal): -9871240 or 7889001. OLE color: 7889001.
HSL color Cylindrical-coordinate representation of color #696078: hue angle of 262.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696078 is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 96 | 120 | - |
| CMYK | 0.13 | 0.2 | 0 | 0.53 |
| HSL | 262.5º | 0.11% | 0.42% | - |
| HSV(B) | 262.5º | 0.2% | 0.47% | - |
| XYZ | 13.4 | 12.73 | 19.52 | - |
| YUV | 101.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 120 | 0.13 | 0.2 | 0 | 0.53 | 262.5 | 0.11 | 0.42 |
| Hex | 69 | 60 | 78 | D | 14 | 0 | 35 | 106 | B | 2A |
| Octal | 151 | 140 | 170 | 15 | 24 | 0 | 65 | 406 | 13 | 52 |
| Binary | 1101001 | 1100000 | 1111000 | 1101 | 10100 | 0 | 110101 | 100000110 | 1011 | 101010 |
Color Harmonies of #696078
Complementary color
Monochromatic Colors of #696078
Black with #696078
Text Example
Text Example
White with #696078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696078; }
p { color: rgb(105,96,120); }
H1.HeaderClassName
{
color: #696078;
}
.AnyTagClassName
{
color: #696078;
}
</style>
background-color css
<style>
a { background-color: #696078; }
a { background-color: rgb(105,96,120); }
div.DivClassName
{
background-color: #696078;
}
.BgClassName
{
background-color: #696078;
}
</style>
border-color css
<style>
span { border-color: #696078; }
span { border-color: rgb(105,96,120); }
td.TdClassName
{
border-color: #696078;
}
.TagClassName
{
border-color: #696078;
}
</style>