Shades of Kimberly #695A81
Tints of Kimberly #695A81
RGB
CMYK
RGB Variations
Color information
#695A81 (or 0x695A81) is known color: Kimberly. HEX triplet: 69, 5A and 81. RGB value is (105,90,129). Sum of RGB (Red+Green+Blue) = 105+90+129=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #695A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695A81 is #96A57E. Grayscale: #626262. Windows color (decimal): -9872767 or 8477289. OLE color: 8477289.
HSL color Cylindrical-coordinate representation of color #695A81: hue angle of 263.08º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695A81 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 90 | 129 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.49 |
| HSL | 263.08º | 0.18% | 0.43% | - |
| HSV(B) | 263.08º | 0.3% | 0.51% | - |
| XYZ | 13.44 | 11.9 | 22.36 | - |
| YUV | 98.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 129 | 0.19 | 0.30 | 0 | 0.49 | 263.08 | 0.18 | 0.43 |
| Hex | 69 | 5A | 81 | 13 | 1E | 0 | 31 | 107 | 12 | 2B |
| Octal | 151 | 132 | 201 | 23 | 36 | 0 | 61 | 407 | 22 | 53 |
| Binary | 1101001 | 1011010 | 10000001 | 10011 | 11110 | 0 | 110001 | 100000111 | 10010 | 101011 |
Color Harmonies of #695A81
Complementary color
Monochromatic Colors of #695A81
Black with #695A81
Text Example
Text Example
White with #695A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A81; }
p { color: rgb(105,90,129); }
H1.HeaderClassName
{
color: #695A81;
}
.AnyTagClassName
{
color: #695A81;
}
</style>
background-color css
<style>
a { background-color: #695A81; }
a { background-color: rgb(105,90,129); }
div.DivClassName
{
background-color: #695A81;
}
.BgClassName
{
background-color: #695A81;
}
</style>
border-color css
<style>
span { border-color: #695A81; }
span { border-color: rgb(105,90,129); }
td.TdClassName
{
border-color: #695A81;
}
.TagClassName
{
border-color: #695A81;
}
</style>