Shades of Kimberly #665F90
Tints of Kimberly #665F90
RGB
CMYK
RGB Variations
Color information
#665F90 (or 0x665F90) is known color: Kimberly. HEX triplet: 66, 5F and 90. RGB value is (102,95,144). Sum of RGB (Red+Green+Blue) = 102+95+144=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #665F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665F90 is #99A06F. Grayscale: #666666. Windows color (decimal): -10068080 or 9461606. OLE color: 9461606.
HSL color Cylindrical-coordinate representation of color #665F90: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #665F90 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 95 | 144 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.44 |
| HSL | 248.57º | 0.21% | 0.47% | - |
| HSV(B) | 248.57º | 0.34% | 0.56% | - |
| XYZ | 14.61 | 13.02 | 28.13 | - |
| YUV | 102.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 144 | 0.29 | 0.34 | 0 | 0.44 | 248.57 | 0.21 | 0.47 |
| Hex | 66 | 5F | 90 | 1D | 22 | 0 | 2C | F9 | 15 | 2F |
| Octal | 146 | 137 | 220 | 35 | 42 | 0 | 54 | 371 | 25 | 57 |
| Binary | 1100110 | 1011111 | 10010000 | 11101 | 100010 | 0 | 101100 | 11111001 | 10101 | 101111 |
Color Harmonies of #665F90
Complementary color
Monochromatic Colors of #665F90
Black with #665F90
Text Example
Text Example
White with #665F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F90; }
p { color: rgb(102,95,144); }
H1.HeaderClassName
{
color: #665F90;
}
.AnyTagClassName
{
color: #665F90;
}
</style>
background-color css
<style>
a { background-color: #665F90; }
a { background-color: rgb(102,95,144); }
div.DivClassName
{
background-color: #665F90;
}
.BgClassName
{
background-color: #665F90;
}
</style>
border-color css
<style>
span { border-color: #665F90; }
span { border-color: rgb(102,95,144); }
td.TdClassName
{
border-color: #665F90;
}
.TagClassName
{
border-color: #665F90;
}
</style>