Shades of Kimberly #665B8D
Tints of Kimberly #665B8D
RGB
CMYK
RGB Variations
Color information
#665B8D (or 0x665B8D) is known color: Kimberly. HEX triplet: 66, 5B and 8D. RGB value is (102,91,141). Sum of RGB (Red+Green+Blue) = 102+91+141=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #665B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665B8D is #99A472. Grayscale: #636363. Windows color (decimal): -10069107 or 9263974. OLE color: 9263974.
HSL color Cylindrical-coordinate representation of color #665B8D: hue angle of 253.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #665B8D is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 91 | 141 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.45 |
| HSL | 253.2º | 0.22% | 0.45% | - |
| HSV(B) | 253.2º | 0.35% | 0.55% | - |
| XYZ | 14.03 | 12.23 | 26.82 | - |
| YUV | 99.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 141 | 0.28 | 0.35 | 0 | 0.45 | 253.2 | 0.22 | 0.45 |
| Hex | 66 | 5B | 8D | 1C | 23 | 0 | 2D | FD | 16 | 2D |
| Octal | 146 | 133 | 215 | 34 | 43 | 0 | 55 | 375 | 26 | 55 |
| Binary | 1100110 | 1011011 | 10001101 | 11100 | 100011 | 0 | 101101 | 11111101 | 10110 | 101101 |
Color Harmonies of #665B8D
Complementary color
Monochromatic Colors of #665B8D
Black with #665B8D
Text Example
Text Example
White with #665B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B8D; }
p { color: rgb(102,91,141); }
H1.HeaderClassName
{
color: #665B8D;
}
.AnyTagClassName
{
color: #665B8D;
}
</style>
background-color css
<style>
a { background-color: #665B8D; }
a { background-color: rgb(102,91,141); }
div.DivClassName
{
background-color: #665B8D;
}
.BgClassName
{
background-color: #665B8D;
}
</style>
border-color css
<style>
span { border-color: #665B8D; }
span { border-color: rgb(102,91,141); }
td.TdClassName
{
border-color: #665B8D;
}
.TagClassName
{
border-color: #665B8D;
}
</style>