Shades of Kimberly #66608B
Tints of Kimberly #66608B
RGB
CMYK
RGB Variations
Color information
#66608B (or 0x66608B) is known color: Kimberly. HEX triplet: 66, 60 and 8B. RGB value is (102,96,139). Sum of RGB (Red+Green+Blue) = 102+96+139=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #66608B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66608B is #999F74. Grayscale: #666666. Windows color (decimal): -10067829 or 9134182. OLE color: 9134182.
HSL color Cylindrical-coordinate representation of color #66608B: hue angle of 248.37º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66608B is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 96 | 139 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.45 |
| HSL | 248.37º | 0.18% | 0.46% | - |
| HSV(B) | 248.37º | 0.31% | 0.55% | - |
| XYZ | 14.32 | 13.05 | 26.19 | - |
| YUV | 102.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 139 | 0.27 | 0.31 | 0 | 0.45 | 248.37 | 0.18 | 0.46 |
| Hex | 66 | 60 | 8B | 1B | 1F | 0 | 2D | F8 | 12 | 2E |
| Octal | 146 | 140 | 213 | 33 | 37 | 0 | 55 | 370 | 22 | 56 |
| Binary | 1100110 | 1100000 | 10001011 | 11011 | 11111 | 0 | 101101 | 11111000 | 10010 | 101110 |
Color Harmonies of #66608B
Complementary color
Monochromatic Colors of #66608B
Black with #66608B
Text Example
Text Example
White with #66608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66608B; }
p { color: rgb(102,96,139); }
H1.HeaderClassName
{
color: #66608B;
}
.AnyTagClassName
{
color: #66608B;
}
</style>
background-color css
<style>
a { background-color: #66608B; }
a { background-color: rgb(102,96,139); }
div.DivClassName
{
background-color: #66608B;
}
.BgClassName
{
background-color: #66608B;
}
</style>
border-color css
<style>
span { border-color: #66608B; }
span { border-color: rgb(102,96,139); }
td.TdClassName
{
border-color: #66608B;
}
.TagClassName
{
border-color: #66608B;
}
</style>