Shades of Kimberly #665A89
Tints of Kimberly #665A89
RGB
CMYK
RGB Variations
Color information
#665A89 (or 0x665A89) is known color: Kimberly. HEX triplet: 66, 5A and 89. RGB value is (102,90,137). Sum of RGB (Red+Green+Blue) = 102+90+137=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #665A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665A89 is #99A576. Grayscale: #626262. Windows color (decimal): -10069367 or 9001574. OLE color: 9001574.
HSL color Cylindrical-coordinate representation of color #665A89: hue angle of 255.32º 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 #665A89 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 90 | 137 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.46 |
| HSL | 255.32º | 0.21% | 0.45% | - |
| HSV(B) | 255.32º | 0.34% | 0.54% | - |
| XYZ | 13.65 | 11.94 | 25.25 | - |
| YUV | 98.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 137 | 0.26 | 0.34 | 0 | 0.46 | 255.32 | 0.21 | 0.45 |
| Hex | 66 | 5A | 89 | 1A | 22 | 0 | 2E | FF | 15 | 2D |
| Octal | 146 | 132 | 211 | 32 | 42 | 0 | 56 | 377 | 25 | 55 |
| Binary | 1100110 | 1011010 | 10001001 | 11010 | 100010 | 0 | 101110 | 11111111 | 10101 | 101101 |
Color Harmonies of #665A89
Complementary color
Monochromatic Colors of #665A89
Black with #665A89
Text Example
Text Example
White with #665A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A89; }
p { color: rgb(102,90,137); }
H1.HeaderClassName
{
color: #665A89;
}
.AnyTagClassName
{
color: #665A89;
}
</style>
background-color css
<style>
a { background-color: #665A89; }
a { background-color: rgb(102,90,137); }
div.DivClassName
{
background-color: #665A89;
}
.BgClassName
{
background-color: #665A89;
}
</style>
border-color css
<style>
span { border-color: #665A89; }
span { border-color: rgb(102,90,137); }
td.TdClassName
{
border-color: #665A89;
}
.TagClassName
{
border-color: #665A89;
}
</style>