Shades of Kimberly #675D84
Tints of Kimberly #675D84
RGB
CMYK
RGB Variations
Color information
#675D84 (or 0x675D84) is known color: Kimberly. HEX triplet: 67, 5D and 84. RGB value is (103,93,132). Sum of RGB (Red+Green+Blue) = 103+93+132=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #675D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675D84 is #98A27B. Grayscale: #646464. Windows color (decimal): -10003068 or 8674663. OLE color: 8674663.
HSL color Cylindrical-coordinate representation of color #675D84: hue angle of 255.38º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #675D84 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 93 | 132 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.48 |
| HSL | 255.38º | 0.17% | 0.44% | - |
| HSV(B) | 255.38º | 0.3% | 0.52% | - |
| XYZ | 13.67 | 12.38 | 23.5 | - |
| YUV | 100.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 93 | 132 | 0.22 | 0.30 | 0 | 0.48 | 255.38 | 0.17 | 0.44 |
| Hex | 67 | 5D | 84 | 16 | 1E | 0 | 30 | FF | 11 | 2C |
| Octal | 147 | 135 | 204 | 26 | 36 | 0 | 60 | 377 | 21 | 54 |
| Binary | 1100111 | 1011101 | 10000100 | 10110 | 11110 | 0 | 110000 | 11111111 | 10001 | 101100 |
Color Harmonies of #675D84
Complementary color
Monochromatic Colors of #675D84
Black with #675D84
Text Example
Text Example
White with #675D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675D84; }
p { color: rgb(103,93,132); }
H1.HeaderClassName
{
color: #675D84;
}
.AnyTagClassName
{
color: #675D84;
}
</style>
background-color css
<style>
a { background-color: #675D84; }
a { background-color: rgb(103,93,132); }
div.DivClassName
{
background-color: #675D84;
}
.BgClassName
{
background-color: #675D84;
}
</style>
border-color css
<style>
span { border-color: #675D84; }
span { border-color: rgb(103,93,132); }
td.TdClassName
{
border-color: #675D84;
}
.TagClassName
{
border-color: #675D84;
}
</style>