Shades of Kimberly #665F8B
Tints of Kimberly #665F8B
RGB
CMYK
RGB Variations
Color information
#665F8B (or 0x665F8B) is known color: Kimberly. HEX triplet: 66, 5F and 8B. RGB value is (102,95,139). Sum of RGB (Red+Green+Blue) = 102+95+139=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #665F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665F8B is #99A074. Grayscale: #656565. Windows color (decimal): -10068085 or 9133926. OLE color: 9133926.
HSL color Cylindrical-coordinate representation of color #665F8B: hue angle of 249.55º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #665F8B is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 95 | 139 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.45 |
| HSL | 249.55º | 0.19% | 0.46% | - |
| HSV(B) | 249.55º | 0.32% | 0.55% | - |
| XYZ | 14.23 | 12.87 | 26.16 | - |
| YUV | 102.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 139 | 0.27 | 0.32 | 0 | 0.45 | 249.55 | 0.19 | 0.46 |
| Hex | 66 | 5F | 8B | 1B | 20 | 0 | 2D | FA | 13 | 2E |
| Octal | 146 | 137 | 213 | 33 | 40 | 0 | 55 | 372 | 23 | 56 |
| Binary | 1100110 | 1011111 | 10001011 | 11011 | 100000 | 0 | 101101 | 11111010 | 10011 | 101110 |
Color Harmonies of #665F8B
Complementary color
Monochromatic Colors of #665F8B
Black with #665F8B
Text Example
Text Example
White with #665F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F8B; }
p { color: rgb(102,95,139); }
H1.HeaderClassName
{
color: #665F8B;
}
.AnyTagClassName
{
color: #665F8B;
}
</style>
background-color css
<style>
a { background-color: #665F8B; }
a { background-color: rgb(102,95,139); }
div.DivClassName
{
background-color: #665F8B;
}
.BgClassName
{
background-color: #665F8B;
}
</style>
border-color css
<style>
span { border-color: #665F8B; }
span { border-color: rgb(102,95,139); }
td.TdClassName
{
border-color: #665F8B;
}
.TagClassName
{
border-color: #665F8B;
}
</style>