Shades of Kimberly #695D90
Tints of Kimberly #695D90
RGB
CMYK
RGB Variations
Color information
#695D90 (or 0x695D90) is known color: Kimberly. HEX triplet: 69, 5D and 90. RGB value is (105,93,144). Sum of RGB (Red+Green+Blue) = 105+93+144=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #695D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695D90 is #96A26F. Grayscale: #666666. Windows color (decimal): -9871984 or 9461097. OLE color: 9461097.
HSL color Cylindrical-coordinate representation of color #695D90: hue angle of 254.12º degrees, saturation: 0.22, 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 #695D90 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 93 | 144 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.44 |
| HSL | 254.12º | 0.22% | 0.46% | - |
| HSV(B) | 254.12º | 0.35% | 0.56% | - |
| XYZ | 14.77 | 12.85 | 28.09 | - |
| YUV | 102.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 144 | 0.27 | 0.35 | 0 | 0.44 | 254.12 | 0.22 | 0.46 |
| Hex | 69 | 5D | 90 | 1B | 23 | 0 | 2C | FE | 16 | 2E |
| Octal | 151 | 135 | 220 | 33 | 43 | 0 | 54 | 376 | 26 | 56 |
| Binary | 1101001 | 1011101 | 10010000 | 11011 | 100011 | 0 | 101100 | 11111110 | 10110 | 101110 |
Color Harmonies of #695D90
Complementary color
Monochromatic Colors of #695D90
Black with #695D90
Text Example
Text Example
White with #695D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D90; }
p { color: rgb(105,93,144); }
H1.HeaderClassName
{
color: #695D90;
}
.AnyTagClassName
{
color: #695D90;
}
</style>
background-color css
<style>
a { background-color: #695D90; }
a { background-color: rgb(105,93,144); }
div.DivClassName
{
background-color: #695D90;
}
.BgClassName
{
background-color: #695D90;
}
</style>
border-color css
<style>
span { border-color: #695D90; }
span { border-color: rgb(105,93,144); }
td.TdClassName
{
border-color: #695D90;
}
.TagClassName
{
border-color: #695D90;
}
</style>