Shades of Kimberly #675884
Tints of Kimberly #675884
RGB
CMYK
RGB Variations
Color information
#675884 (or 0x675884) is known color: Kimberly. HEX triplet: 67, 58 and 84. RGB value is (103,88,132). Sum of RGB (Red+Green+Blue) = 103+88+132=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #675884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675884 is #98A77B. Grayscale: #616161. Windows color (decimal): -10004348 or 8673383. OLE color: 8673383.
HSL color Cylindrical-coordinate representation of color #675884: hue angle of 260.45º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #675884 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 88 | 132 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.48 |
| HSL | 260.45º | 0.2% | 0.43% | - |
| HSV(B) | 260.45º | 0.33% | 0.52% | - |
| XYZ | 13.25 | 11.53 | 23.36 | - |
| YUV | 97.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 132 | 0.22 | 0.33 | 0 | 0.48 | 260.45 | 0.2 | 0.43 |
| Hex | 67 | 58 | 84 | 16 | 21 | 0 | 30 | 104 | 14 | 2B |
| Octal | 147 | 130 | 204 | 26 | 41 | 0 | 60 | 404 | 24 | 53 |
| Binary | 1100111 | 1011000 | 10000100 | 10110 | 100001 | 0 | 110000 | 100000100 | 10100 | 101011 |
Color Harmonies of #675884
Complementary color
Monochromatic Colors of #675884
Black with #675884
Text Example
Text Example
White with #675884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675884; }
p { color: rgb(103,88,132); }
H1.HeaderClassName
{
color: #675884;
}
.AnyTagClassName
{
color: #675884;
}
</style>
background-color css
<style>
a { background-color: #675884; }
a { background-color: rgb(103,88,132); }
div.DivClassName
{
background-color: #675884;
}
.BgClassName
{
background-color: #675884;
}
</style>
border-color css
<style>
span { border-color: #675884; }
span { border-color: rgb(103,88,132); }
td.TdClassName
{
border-color: #675884;
}
.TagClassName
{
border-color: #675884;
}
</style>