Shades of Kimberly #696380
Tints of Kimberly #696380
RGB
CMYK
RGB Variations
Color information
#696380 (or 0x696380) is known color: Kimberly. HEX triplet: 69, 63 and 80. RGB value is (105,99,128). Sum of RGB (Red+Green+Blue) = 105+99+128=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 128 - color contains mainly: blue. Hex color #696380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696380 is #969C7F. Grayscale: #676767. Windows color (decimal): -9870464 or 8414057. OLE color: 8414057.
HSL color Cylindrical-coordinate representation of color #696380: hue angle of 252.41º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696380 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 99 | 128 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.50 |
| HSL | 252.41º | 0.13% | 0.45% | - |
| HSV(B) | 252.41º | 0.23% | 0.5% | - |
| XYZ | 14.18 | 13.49 | 22.28 | - |
| YUV | 104.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 128 | 0.18 | 0.23 | 0 | 0.50 | 252.41 | 0.13 | 0.45 |
| Hex | 69 | 63 | 80 | 12 | 17 | 0 | 32 | FC | D | 2D |
| Octal | 151 | 143 | 200 | 22 | 27 | 0 | 62 | 374 | 15 | 55 |
| Binary | 1101001 | 1100011 | 10000000 | 10010 | 10111 | 0 | 110010 | 11111100 | 1101 | 101101 |
Color Harmonies of #696380
Complementary color
Monochromatic Colors of #696380
Black with #696380
Text Example
Text Example
White with #696380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696380; }
p { color: rgb(105,99,128); }
H1.HeaderClassName
{
color: #696380;
}
.AnyTagClassName
{
color: #696380;
}
</style>
background-color css
<style>
a { background-color: #696380; }
a { background-color: rgb(105,99,128); }
div.DivClassName
{
background-color: #696380;
}
.BgClassName
{
background-color: #696380;
}
</style>
border-color css
<style>
span { border-color: #696380; }
span { border-color: rgb(105,99,128); }
td.TdClassName
{
border-color: #696380;
}
.TagClassName
{
border-color: #696380;
}
</style>