Shades of Kimberly #665B84
Tints of Kimberly #665B84
RGB
CMYK
RGB Variations
Color information
#665B84 (or 0x665B84) is known color: Kimberly. HEX triplet: 66, 5B and 84. RGB value is (102,91,132). Sum of RGB (Red+Green+Blue) = 102+91+132=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #665B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665B84 is #99A47B. Grayscale: #626262. Windows color (decimal): -10069116 or 8674150. OLE color: 8674150.
HSL color Cylindrical-coordinate representation of color #665B84: hue angle of 256.1º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #665B84 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 91 | 132 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.48 |
| HSL | 256.1º | 0.18% | 0.44% | - |
| HSV(B) | 256.1º | 0.31% | 0.52% | - |
| XYZ | 13.39 | 11.97 | 23.44 | - |
| YUV | 98.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 132 | 0.23 | 0.31 | 0 | 0.48 | 256.1 | 0.18 | 0.44 |
| Hex | 66 | 5B | 84 | 17 | 1F | 0 | 30 | 100 | 12 | 2C |
| Octal | 146 | 133 | 204 | 27 | 37 | 0 | 60 | 400 | 22 | 54 |
| Binary | 1100110 | 1011011 | 10000100 | 10111 | 11111 | 0 | 110000 | 100000000 | 10010 | 101100 |
Color Harmonies of #665B84
Complementary color
Monochromatic Colors of #665B84
Black with #665B84
Text Example
Text Example
White with #665B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B84; }
p { color: rgb(102,91,132); }
H1.HeaderClassName
{
color: #665B84;
}
.AnyTagClassName
{
color: #665B84;
}
</style>
background-color css
<style>
a { background-color: #665B84; }
a { background-color: rgb(102,91,132); }
div.DivClassName
{
background-color: #665B84;
}
.BgClassName
{
background-color: #665B84;
}
</style>
border-color css
<style>
span { border-color: #665B84; }
span { border-color: rgb(102,91,132); }
td.TdClassName
{
border-color: #665B84;
}
.TagClassName
{
border-color: #665B84;
}
</style>