Shades of Kimberly #695A7C
Tints of Kimberly #695A7C
RGB
CMYK
RGB Variations
Color information
#695A7C (or 0x695A7C) is known color: Kimberly. HEX triplet: 69, 5A and 7C. RGB value is (105,90,124). Sum of RGB (Red+Green+Blue) = 105+90+124=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #695A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A7C is #96A583. Grayscale: #626262. Windows color (decimal): -9872772 or 8149609. OLE color: 8149609.
HSL color Cylindrical-coordinate representation of color #695A7C: hue angle of 266.47º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #695A7C is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 90 | 124 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.51 |
| HSL | 266.47º | 0.16% | 0.42% | - |
| HSV(B) | 266.47º | 0.27% | 0.49% | - |
| XYZ | 13.12 | 11.77 | 20.65 | - |
| YUV | 98.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 124 | 0.15 | 0.27 | 0 | 0.51 | 266.47 | 0.16 | 0.42 |
| Hex | 69 | 5A | 7C | F | 1B | 0 | 33 | 10A | 10 | 2A |
| Octal | 151 | 132 | 174 | 17 | 33 | 0 | 63 | 412 | 20 | 52 |
| Binary | 1101001 | 1011010 | 1111100 | 1111 | 11011 | 0 | 110011 | 100001010 | 10000 | 101010 |
Color Harmonies of #695A7C
Complementary color
Monochromatic Colors of #695A7C
Black with #695A7C
Text Example
Text Example
White with #695A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A7C; }
p { color: rgb(105,90,124); }
H1.HeaderClassName
{
color: #695A7C;
}
.AnyTagClassName
{
color: #695A7C;
}
</style>
background-color css
<style>
a { background-color: #695A7C; }
a { background-color: rgb(105,90,124); }
div.DivClassName
{
background-color: #695A7C;
}
.BgClassName
{
background-color: #695A7C;
}
</style>
border-color css
<style>
span { border-color: #695A7C; }
span { border-color: rgb(105,90,124); }
td.TdClassName
{
border-color: #695A7C;
}
.TagClassName
{
border-color: #695A7C;
}
</style>