Shades of Kimberly #665D8A
Tints of Kimberly #665D8A
RGB
CMYK
RGB Variations
Color information
#665D8A (or 0x665D8A) is known color: Kimberly. HEX triplet: 66, 5D and 8A. RGB value is (102,93,138). Sum of RGB (Red+Green+Blue) = 102+93+138=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #665D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665D8A is #99A275. Grayscale: #646464. Windows color (decimal): -10068598 or 9067878. OLE color: 9067878.
HSL color Cylindrical-coordinate representation of color #665D8A: hue angle of 252º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #665D8A is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 93 | 138 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.46 |
| HSL | 252º | 0.19% | 0.45% | - |
| HSV(B) | 252º | 0.33% | 0.54% | - |
| XYZ | 13.98 | 12.49 | 25.72 | - |
| YUV | 100.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 138 | 0.26 | 0.33 | 0 | 0.46 | 252 | 0.19 | 0.45 |
| Hex | 66 | 5D | 8A | 1A | 21 | 0 | 2E | FC | 13 | 2D |
| Octal | 146 | 135 | 212 | 32 | 41 | 0 | 56 | 374 | 23 | 55 |
| Binary | 1100110 | 1011101 | 10001010 | 11010 | 100001 | 0 | 101110 | 11111100 | 10011 | 101101 |
Color Harmonies of #665D8A
Complementary color
Monochromatic Colors of #665D8A
Black with #665D8A
Text Example
Text Example
White with #665D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D8A; }
p { color: rgb(102,93,138); }
H1.HeaderClassName
{
color: #665D8A;
}
.AnyTagClassName
{
color: #665D8A;
}
</style>
background-color css
<style>
a { background-color: #665D8A; }
a { background-color: rgb(102,93,138); }
div.DivClassName
{
background-color: #665D8A;
}
.BgClassName
{
background-color: #665D8A;
}
</style>
border-color css
<style>
span { border-color: #665D8A; }
span { border-color: rgb(102,93,138); }
td.TdClassName
{
border-color: #665D8A;
}
.TagClassName
{
border-color: #665D8A;
}
</style>