Shades of Kimberly #676085
Tints of Kimberly #676085
RGB
CMYK
RGB Variations
Color information
#676085 (or 0x676085) is known color: Kimberly. HEX triplet: 67, 60 and 85. RGB value is (103,96,133). Sum of RGB (Red+Green+Blue) = 103+96+133=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #676085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676085 is #989F7A. Grayscale: #666666. Windows color (decimal): -10002299 or 8740967. OLE color: 8740967.
HSL color Cylindrical-coordinate representation of color #676085: hue angle of 251.35º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #676085 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 96 | 133 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.48 |
| HSL | 251.35º | 0.16% | 0.45% | - |
| HSV(B) | 251.35º | 0.28% | 0.52% | - |
| XYZ | 14.01 | 12.94 | 23.95 | - |
| YUV | 102.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 133 | 0.23 | 0.28 | 0 | 0.48 | 251.35 | 0.16 | 0.45 |
| Hex | 67 | 60 | 85 | 17 | 1C | 0 | 30 | FB | 10 | 2D |
| Octal | 147 | 140 | 205 | 27 | 34 | 0 | 60 | 373 | 20 | 55 |
| Binary | 1100111 | 1100000 | 10000101 | 10111 | 11100 | 0 | 110000 | 11111011 | 10000 | 101101 |
Color Harmonies of #676085
Complementary color
Monochromatic Colors of #676085
Black with #676085
Text Example
Text Example
White with #676085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676085; }
p { color: rgb(103,96,133); }
H1.HeaderClassName
{
color: #676085;
}
.AnyTagClassName
{
color: #676085;
}
</style>
background-color css
<style>
a { background-color: #676085; }
a { background-color: rgb(103,96,133); }
div.DivClassName
{
background-color: #676085;
}
.BgClassName
{
background-color: #676085;
}
</style>
border-color css
<style>
span { border-color: #676085; }
span { border-color: rgb(103,96,133); }
td.TdClassName
{
border-color: #676085;
}
.TagClassName
{
border-color: #676085;
}
</style>