Shades of Kimberly #696583
Tints of Kimberly #696583
RGB
CMYK
RGB Variations
Color information
#696583 (or 0x696583) is known color: Kimberly. HEX triplet: 69, 65 and 83. RGB value is (105,101,131). Sum of RGB (Red+Green+Blue) = 105+101+131=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #696583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696583 is #969A7C. Grayscale: #696969. Windows color (decimal): -9869949 or 8611177. OLE color: 8611177.
HSL color Cylindrical-coordinate representation of color #696583: hue angle of 248º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696583 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 101 | 131 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.49 |
| HSL | 248º | 0.13% | 0.45% | - |
| HSV(B) | 248º | 0.23% | 0.51% | - |
| XYZ | 14.58 | 13.95 | 23.4 | - |
| YUV | 105.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 131 | 0.20 | 0.23 | 0 | 0.49 | 248 | 0.13 | 0.45 |
| Hex | 69 | 65 | 83 | 14 | 17 | 0 | 31 | F8 | D | 2D |
| Octal | 151 | 145 | 203 | 24 | 27 | 0 | 61 | 370 | 15 | 55 |
| Binary | 1101001 | 1100101 | 10000011 | 10100 | 10111 | 0 | 110001 | 11111000 | 1101 | 101101 |
Color Harmonies of #696583
Complementary color
Monochromatic Colors of #696583
Black with #696583
Text Example
Text Example
White with #696583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696583; }
p { color: rgb(105,101,131); }
H1.HeaderClassName
{
color: #696583;
}
.AnyTagClassName
{
color: #696583;
}
</style>
background-color css
<style>
a { background-color: #696583; }
a { background-color: rgb(105,101,131); }
div.DivClassName
{
background-color: #696583;
}
.BgClassName
{
background-color: #696583;
}
</style>
border-color css
<style>
span { border-color: #696583; }
span { border-color: rgb(105,101,131); }
td.TdClassName
{
border-color: #696583;
}
.TagClassName
{
border-color: #696583;
}
</style>