Shades of Kimberly #696283
Tints of Kimberly #696283
RGB
CMYK
RGB Variations
Color information
#696283 (or 0x696283) is known color: Kimberly. HEX triplet: 69, 62 and 83. RGB value is (105,98,131). Sum of RGB (Red+Green+Blue) = 105+98+131=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #696283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696283 is #969D7C. Grayscale: #676767. Windows color (decimal): -9870717 or 8610409. OLE color: 8610409.
HSL color Cylindrical-coordinate representation of color #696283: hue angle of 252.73º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696283 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 98 | 131 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.49 |
| HSL | 252.73º | 0.14% | 0.45% | - |
| HSV(B) | 252.73º | 0.25% | 0.51% | - |
| XYZ | 14.29 | 13.38 | 23.3 | - |
| YUV | 103.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 131 | 0.20 | 0.25 | 0 | 0.49 | 252.73 | 0.14 | 0.45 |
| Hex | 69 | 62 | 83 | 14 | 19 | 0 | 31 | FD | E | 2D |
| Octal | 151 | 142 | 203 | 24 | 31 | 0 | 61 | 375 | 16 | 55 |
| Binary | 1101001 | 1100010 | 10000011 | 10100 | 11001 | 0 | 110001 | 11111101 | 1110 | 101101 |
Color Harmonies of #696283
Complementary color
Monochromatic Colors of #696283
Black with #696283
Text Example
Text Example
White with #696283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696283; }
p { color: rgb(105,98,131); }
H1.HeaderClassName
{
color: #696283;
}
.AnyTagClassName
{
color: #696283;
}
</style>
background-color css
<style>
a { background-color: #696283; }
a { background-color: rgb(105,98,131); }
div.DivClassName
{
background-color: #696283;
}
.BgClassName
{
background-color: #696283;
}
</style>
border-color css
<style>
span { border-color: #696283; }
span { border-color: rgb(105,98,131); }
td.TdClassName
{
border-color: #696283;
}
.TagClassName
{
border-color: #696283;
}
</style>