Shades of Kimberly #665F89
Tints of Kimberly #665F89
RGB
CMYK
RGB Variations
Color information
#665F89 (or 0x665F89) is known color: Kimberly. HEX triplet: 66, 5F and 89. RGB value is (102,95,137). Sum of RGB (Red+Green+Blue) = 102+95+137=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #665F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665F89 is #99A076. Grayscale: #656565. Windows color (decimal): -10068087 or 9002854. OLE color: 9002854.
HSL color Cylindrical-coordinate representation of color #665F89: hue angle of 250º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #665F89 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 95 | 137 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.46 |
| HSL | 250º | 0.18% | 0.45% | - |
| HSV(B) | 250º | 0.31% | 0.54% | - |
| XYZ | 14.09 | 12.82 | 25.4 | - |
| YUV | 101.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 137 | 0.26 | 0.31 | 0 | 0.46 | 250 | 0.18 | 0.45 |
| Hex | 66 | 5F | 89 | 1A | 1F | 0 | 2E | FA | 12 | 2D |
| Octal | 146 | 137 | 211 | 32 | 37 | 0 | 56 | 372 | 22 | 55 |
| Binary | 1100110 | 1011111 | 10001001 | 11010 | 11111 | 0 | 101110 | 11111010 | 10010 | 101101 |
Color Harmonies of #665F89
Complementary color
Monochromatic Colors of #665F89
Black with #665F89
Text Example
Text Example
White with #665F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F89; }
p { color: rgb(102,95,137); }
H1.HeaderClassName
{
color: #665F89;
}
.AnyTagClassName
{
color: #665F89;
}
</style>
background-color css
<style>
a { background-color: #665F89; }
a { background-color: rgb(102,95,137); }
div.DivClassName
{
background-color: #665F89;
}
.BgClassName
{
background-color: #665F89;
}
</style>
border-color css
<style>
span { border-color: #665F89; }
span { border-color: rgb(102,95,137); }
td.TdClassName
{
border-color: #665F89;
}
.TagClassName
{
border-color: #665F89;
}
</style>