Shades of Kimberly #695C8E
Tints of Kimberly #695C8E
RGB
CMYK
RGB Variations
Color information
#695C8E (or 0x695C8E) is known color: Kimberly. HEX triplet: 69, 5C and 8E. RGB value is (105,92,142). Sum of RGB (Red+Green+Blue) = 105+92+142=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #695C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695C8E is #96A371. Grayscale: #656565. Windows color (decimal): -9872242 or 9329769. OLE color: 9329769.
HSL color Cylindrical-coordinate representation of color #695C8E: hue angle of 255.6º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #695C8E is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 92 | 142 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.44 |
| HSL | 255.6º | 0.21% | 0.46% | - |
| HSV(B) | 255.6º | 0.35% | 0.56% | - |
| XYZ | 14.54 | 12.61 | 27.26 | - |
| YUV | 101.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 142 | 0.26 | 0.35 | 0 | 0.44 | 255.6 | 0.21 | 0.46 |
| Hex | 69 | 5C | 8E | 1A | 23 | 0 | 2C | 100 | 15 | 2E |
| Octal | 151 | 134 | 216 | 32 | 43 | 0 | 54 | 400 | 25 | 56 |
| Binary | 1101001 | 1011100 | 10001110 | 11010 | 100011 | 0 | 101100 | 100000000 | 10101 | 101110 |
Color Harmonies of #695C8E
Complementary color
Monochromatic Colors of #695C8E
Black with #695C8E
Text Example
Text Example
White with #695C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C8E; }
p { color: rgb(105,92,142); }
H1.HeaderClassName
{
color: #695C8E;
}
.AnyTagClassName
{
color: #695C8E;
}
</style>
background-color css
<style>
a { background-color: #695C8E; }
a { background-color: rgb(105,92,142); }
div.DivClassName
{
background-color: #695C8E;
}
.BgClassName
{
background-color: #695C8E;
}
</style>
border-color css
<style>
span { border-color: #695C8E; }
span { border-color: rgb(105,92,142); }
td.TdClassName
{
border-color: #695C8E;
}
.TagClassName
{
border-color: #695C8E;
}
</style>