Shades of Kimberly #676389
Tints of Kimberly #676389
RGB
CMYK
RGB Variations
Color information
#676389 (or 0x676389) is known color: Kimberly. HEX triplet: 67, 63 and 89. RGB value is (103,99,137). Sum of RGB (Red+Green+Blue) = 103+99+137=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #676389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676389 is #989C76. Grayscale: #686868. Windows color (decimal): -10001527 or 9003879. OLE color: 9003879.
HSL color Cylindrical-coordinate representation of color #676389: hue angle of 246.32º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #676389 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 99 | 137 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.46 |
| HSL | 246.32º | 0.16% | 0.46% | - |
| HSV(B) | 246.32º | 0.28% | 0.54% | - |
| XYZ | 14.57 | 13.61 | 25.53 | - |
| YUV | 104.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 137 | 0.25 | 0.28 | 0 | 0.46 | 246.32 | 0.16 | 0.46 |
| Hex | 67 | 63 | 89 | 19 | 1C | 0 | 2E | F6 | 10 | 2E |
| Octal | 147 | 143 | 211 | 31 | 34 | 0 | 56 | 366 | 20 | 56 |
| Binary | 1100111 | 1100011 | 10001001 | 11001 | 11100 | 0 | 101110 | 11110110 | 10000 | 101110 |
Color Harmonies of #676389
Complementary color
Monochromatic Colors of #676389
Black with #676389
Text Example
Text Example
White with #676389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676389; }
p { color: rgb(103,99,137); }
H1.HeaderClassName
{
color: #676389;
}
.AnyTagClassName
{
color: #676389;
}
</style>
background-color css
<style>
a { background-color: #676389; }
a { background-color: rgb(103,99,137); }
div.DivClassName
{
background-color: #676389;
}
.BgClassName
{
background-color: #676389;
}
</style>
border-color css
<style>
span { border-color: #676389; }
span { border-color: rgb(103,99,137); }
td.TdClassName
{
border-color: #676389;
}
.TagClassName
{
border-color: #676389;
}
</style>