Shades of Kimberly #665B8A
Tints of Kimberly #665B8A
RGB
CMYK
RGB Variations
Color information
#665B8A (or 0x665B8A) is known color: Kimberly. HEX triplet: 66, 5B and 8A. RGB value is (102,91,138). Sum of RGB (Red+Green+Blue) = 102+91+138=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #665B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665B8A is #99A475. Grayscale: #636363. Windows color (decimal): -10069110 or 9067366. OLE color: 9067366.
HSL color Cylindrical-coordinate representation of color #665B8A: hue angle of 254.04º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #665B8A is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 91 | 138 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.46 |
| HSL | 254.04º | 0.21% | 0.45% | - |
| HSV(B) | 254.04º | 0.34% | 0.54% | - |
| XYZ | 13.81 | 12.14 | 25.66 | - |
| YUV | 99.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 138 | 0.26 | 0.34 | 0 | 0.46 | 254.04 | 0.21 | 0.45 |
| Hex | 66 | 5B | 8A | 1A | 22 | 0 | 2E | FE | 15 | 2D |
| Octal | 146 | 133 | 212 | 32 | 42 | 0 | 56 | 376 | 25 | 55 |
| Binary | 1100110 | 1011011 | 10001010 | 11010 | 100010 | 0 | 101110 | 11111110 | 10101 | 101101 |
Color Harmonies of #665B8A
Complementary color
Monochromatic Colors of #665B8A
Black with #665B8A
Text Example
Text Example
White with #665B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665B8A; }
p { color: rgb(102,91,138); }
H1.HeaderClassName
{
color: #665B8A;
}
.AnyTagClassName
{
color: #665B8A;
}
</style>
background-color css
<style>
a { background-color: #665B8A; }
a { background-color: rgb(102,91,138); }
div.DivClassName
{
background-color: #665B8A;
}
.BgClassName
{
background-color: #665B8A;
}
</style>
border-color css
<style>
span { border-color: #665B8A; }
span { border-color: rgb(102,91,138); }
td.TdClassName
{
border-color: #665B8A;
}
.TagClassName
{
border-color: #665B8A;
}
</style>