Shades of Kimberly #665885
Tints of Kimberly #665885
RGB
CMYK
RGB Variations
Color information
#665885 (or 0x665885) is known color: Kimberly. HEX triplet: 66, 58 and 85. RGB value is (102,88,133). Sum of RGB (Red+Green+Blue) = 102+88+133=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #665885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665885 is #99A77A. Grayscale: #616161. Windows color (decimal): -10069883 or 8738918. OLE color: 8738918.
HSL color Cylindrical-coordinate representation of color #665885: hue angle of 258.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #665885 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 88 | 133 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.48 |
| HSL | 258.67º | 0.2% | 0.43% | - |
| HSV(B) | 258.67º | 0.34% | 0.52% | - |
| XYZ | 13.2 | 11.5 | 23.71 | - |
| YUV | 97.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 133 | 0.23 | 0.34 | 0 | 0.48 | 258.67 | 0.2 | 0.43 |
| Hex | 66 | 58 | 85 | 17 | 22 | 0 | 30 | 103 | 14 | 2B |
| Octal | 146 | 130 | 205 | 27 | 42 | 0 | 60 | 403 | 24 | 53 |
| Binary | 1100110 | 1011000 | 10000101 | 10111 | 100010 | 0 | 110000 | 100000011 | 10100 | 101011 |
Color Harmonies of #665885
Complementary color
Monochromatic Colors of #665885
Black with #665885
Text Example
Text Example
White with #665885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665885; }
p { color: rgb(102,88,133); }
H1.HeaderClassName
{
color: #665885;
}
.AnyTagClassName
{
color: #665885;
}
</style>
background-color css
<style>
a { background-color: #665885; }
a { background-color: rgb(102,88,133); }
div.DivClassName
{
background-color: #665885;
}
.BgClassName
{
background-color: #665885;
}
</style>
border-color css
<style>
span { border-color: #665885; }
span { border-color: rgb(102,88,133); }
td.TdClassName
{
border-color: #665885;
}
.TagClassName
{
border-color: #665885;
}
</style>