Shades of Kimberly #665F8D
Tints of Kimberly #665F8D
RGB
CMYK
RGB Variations
Color information
#665F8D (or 0x665F8D) is known color: Kimberly. HEX triplet: 66, 5F and 8D. RGB value is (102,95,141). Sum of RGB (Red+Green+Blue) = 102+95+141=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #665F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665F8D is #99A072. Grayscale: #666666. Windows color (decimal): -10068083 or 9264998. OLE color: 9264998.
HSL color Cylindrical-coordinate representation of color #665F8D: hue angle of 249.13º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #665F8D is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 95 | 141 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.45 |
| HSL | 249.13º | 0.19% | 0.46% | - |
| HSV(B) | 249.13º | 0.33% | 0.55% | - |
| XYZ | 14.38 | 12.93 | 26.94 | - |
| YUV | 102.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 141 | 0.28 | 0.33 | 0 | 0.45 | 249.13 | 0.19 | 0.46 |
| Hex | 66 | 5F | 8D | 1C | 21 | 0 | 2D | F9 | 13 | 2E |
| Octal | 146 | 137 | 215 | 34 | 41 | 0 | 55 | 371 | 23 | 56 |
| Binary | 1100110 | 1011111 | 10001101 | 11100 | 100001 | 0 | 101101 | 11111001 | 10011 | 101110 |
Color Harmonies of #665F8D
Complementary color
Monochromatic Colors of #665F8D
Black with #665F8D
Text Example
Text Example
White with #665F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F8D; }
p { color: rgb(102,95,141); }
H1.HeaderClassName
{
color: #665F8D;
}
.AnyTagClassName
{
color: #665F8D;
}
</style>
background-color css
<style>
a { background-color: #665F8D; }
a { background-color: rgb(102,95,141); }
div.DivClassName
{
background-color: #665F8D;
}
.BgClassName
{
background-color: #665F8D;
}
</style>
border-color css
<style>
span { border-color: #665F8D; }
span { border-color: rgb(102,95,141); }
td.TdClassName
{
border-color: #665F8D;
}
.TagClassName
{
border-color: #665F8D;
}
</style>