Shades of Kimberly #666281
Tints of Kimberly #666281
RGB
CMYK
RGB Variations
Color information
#666281 (or 0x666281) is known color: Kimberly. HEX triplet: 66, 62 and 81. RGB value is (102,98,129). Sum of RGB (Red+Green+Blue) = 102+98+129=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 129 - color contains mainly: blue. Hex color #666281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666281 is #999D7E. Grayscale: #666666. Windows color (decimal): -10067327 or 8479334. OLE color: 8479334.
HSL color Cylindrical-coordinate representation of color #666281: hue angle of 247.74º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #666281 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 98 | 129 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.49 |
| HSL | 247.74º | 0.14% | 0.45% | - |
| HSV(B) | 247.74º | 0.24% | 0.51% | - |
| XYZ | 13.81 | 13.15 | 22.58 | - |
| YUV | 102.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 129 | 0.21 | 0.24 | 0 | 0.49 | 247.74 | 0.14 | 0.45 |
| Hex | 66 | 62 | 81 | 15 | 18 | 0 | 31 | F8 | E | 2D |
| Octal | 146 | 142 | 201 | 25 | 30 | 0 | 61 | 370 | 16 | 55 |
| Binary | 1100110 | 1100010 | 10000001 | 10101 | 11000 | 0 | 110001 | 11111000 | 1110 | 101101 |
Color Harmonies of #666281
Complementary color
Monochromatic Colors of #666281
Black with #666281
Text Example
Text Example
White with #666281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666281; }
p { color: rgb(102,98,129); }
H1.HeaderClassName
{
color: #666281;
}
.AnyTagClassName
{
color: #666281;
}
</style>
background-color css
<style>
a { background-color: #666281; }
a { background-color: rgb(102,98,129); }
div.DivClassName
{
background-color: #666281;
}
.BgClassName
{
background-color: #666281;
}
</style>
border-color css
<style>
span { border-color: #666281; }
span { border-color: rgb(102,98,129); }
td.TdClassName
{
border-color: #666281;
}
.TagClassName
{
border-color: #666281;
}
</style>