Shades of Kimberly #665F7C
Tints of Kimberly #665F7C
RGB
CMYK
RGB Variations
Color information
#665F7C (or 0x665F7C) is known color: Kimberly. HEX triplet: 66, 5F and 7C. RGB value is (102,95,124). Sum of RGB (Red+Green+Blue) = 102+95+124=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #665F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F7C is #99A083. Grayscale: #646464. Windows color (decimal): -10068100 or 8150886. OLE color: 8150886.
HSL color Cylindrical-coordinate representation of color #665F7C: hue angle of 254.48º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #665F7C is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 95 | 124 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.51 |
| HSL | 254.48º | 0.13% | 0.43% | - |
| HSV(B) | 254.48º | 0.23% | 0.49% | - |
| XYZ | 13.21 | 12.46 | 20.78 | - |
| YUV | 100.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 124 | 0.18 | 0.23 | 0 | 0.51 | 254.48 | 0.13 | 0.43 |
| Hex | 66 | 5F | 7C | 12 | 17 | 0 | 33 | FE | D | 2B |
| Octal | 146 | 137 | 174 | 22 | 27 | 0 | 63 | 376 | 15 | 53 |
| Binary | 1100110 | 1011111 | 1111100 | 10010 | 10111 | 0 | 110011 | 11111110 | 1101 | 101011 |
Color Harmonies of #665F7C
Complementary color
Monochromatic Colors of #665F7C
Black with #665F7C
Text Example
Text Example
White with #665F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F7C; }
p { color: rgb(102,95,124); }
H1.HeaderClassName
{
color: #665F7C;
}
.AnyTagClassName
{
color: #665F7C;
}
</style>
background-color css
<style>
a { background-color: #665F7C; }
a { background-color: rgb(102,95,124); }
div.DivClassName
{
background-color: #665F7C;
}
.BgClassName
{
background-color: #665F7C;
}
</style>
border-color css
<style>
span { border-color: #665F7C; }
span { border-color: rgb(102,95,124); }
td.TdClassName
{
border-color: #665F7C;
}
.TagClassName
{
border-color: #665F7C;
}
</style>