Shades of Kimberly #695F84
Tints of Kimberly #695F84
RGB
CMYK
RGB Variations
Color information
#695F84 (or 0x695F84) is known color: Kimberly. HEX triplet: 69, 5F and 84. RGB value is (105,95,132). Sum of RGB (Red+Green+Blue) = 105+95+132=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #695F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695F84 is #96A07B. Grayscale: #666666. Windows color (decimal): -9871484 or 8675177. OLE color: 8675177.
HSL color Cylindrical-coordinate representation of color #695F84: hue angle of 256.22º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #695F84 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 95 | 132 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.48 |
| HSL | 256.22º | 0.16% | 0.45% | - |
| HSV(B) | 256.22º | 0.28% | 0.52% | - |
| XYZ | 14.08 | 12.85 | 23.57 | - |
| YUV | 102.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 132 | 0.20 | 0.28 | 0 | 0.48 | 256.22 | 0.16 | 0.45 |
| Hex | 69 | 5F | 84 | 14 | 1C | 0 | 30 | 100 | 10 | 2D |
| Octal | 151 | 137 | 204 | 24 | 34 | 0 | 60 | 400 | 20 | 55 |
| Binary | 1101001 | 1011111 | 10000100 | 10100 | 11100 | 0 | 110000 | 100000000 | 10000 | 101101 |
Color Harmonies of #695F84
Complementary color
Monochromatic Colors of #695F84
Black with #695F84
Text Example
Text Example
White with #695F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F84; }
p { color: rgb(105,95,132); }
H1.HeaderClassName
{
color: #695F84;
}
.AnyTagClassName
{
color: #695F84;
}
</style>
background-color css
<style>
a { background-color: #695F84; }
a { background-color: rgb(105,95,132); }
div.DivClassName
{
background-color: #695F84;
}
.BgClassName
{
background-color: #695F84;
}
</style>
border-color css
<style>
span { border-color: #695F84; }
span { border-color: rgb(105,95,132); }
td.TdClassName
{
border-color: #695F84;
}
.TagClassName
{
border-color: #695F84;
}
</style>