Shades of Kimberly #676286
Tints of Kimberly #676286
RGB
CMYK
RGB Variations
Color information
#676286 (or 0x676286) is known color: Kimberly. HEX triplet: 67, 62 and 86. RGB value is (103,98,134). Sum of RGB (Red+Green+Blue) = 103+98+134=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #676286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676286 is #989D79. Grayscale: #676767. Windows color (decimal): -10001786 or 8807015. OLE color: 8807015.
HSL color Cylindrical-coordinate representation of color #676286: hue angle of 248.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #676286 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 98 | 134 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.47 |
| HSL | 248.33º | 0.16% | 0.45% | - |
| HSV(B) | 248.33º | 0.27% | 0.53% | - |
| XYZ | 14.26 | 13.34 | 24.38 | - |
| YUV | 103.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 98 | 134 | 0.23 | 0.27 | 0 | 0.47 | 248.33 | 0.16 | 0.45 |
| Hex | 67 | 62 | 86 | 17 | 1B | 0 | 2F | F8 | 10 | 2D |
| Octal | 147 | 142 | 206 | 27 | 33 | 0 | 57 | 370 | 20 | 55 |
| Binary | 1100111 | 1100010 | 10000110 | 10111 | 11011 | 0 | 101111 | 11111000 | 10000 | 101101 |
Color Harmonies of #676286
Complementary color
Monochromatic Colors of #676286
Black with #676286
Text Example
Text Example
White with #676286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676286; }
p { color: rgb(103,98,134); }
H1.HeaderClassName
{
color: #676286;
}
.AnyTagClassName
{
color: #676286;
}
</style>
background-color css
<style>
a { background-color: #676286; }
a { background-color: rgb(103,98,134); }
div.DivClassName
{
background-color: #676286;
}
.BgClassName
{
background-color: #676286;
}
</style>
border-color css
<style>
span { border-color: #676286; }
span { border-color: rgb(103,98,134); }
td.TdClassName
{
border-color: #676286;
}
.TagClassName
{
border-color: #676286;
}
</style>