Shades of Kimberly #665C90
Tints of Kimberly #665C90
RGB
CMYK
RGB Variations
Color information
#665C90 (or 0x665C90) is known color: Kimberly. HEX triplet: 66, 5C and 90. RGB value is (102,92,144). Sum of RGB (Red+Green+Blue) = 102+92+144=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #665C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665C90 is #99A36F. Grayscale: #646464. Windows color (decimal): -10068848 or 9460838. OLE color: 9460838.
HSL color Cylindrical-coordinate representation of color #665C90: hue angle of 251.54º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #665C90 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 92 | 144 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.44 |
| HSL | 251.54º | 0.22% | 0.46% | - |
| HSV(B) | 251.54º | 0.36% | 0.56% | - |
| XYZ | 14.34 | 12.49 | 28.04 | - |
| YUV | 100.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 144 | 0.29 | 0.36 | 0 | 0.44 | 251.54 | 0.22 | 0.46 |
| Hex | 66 | 5C | 90 | 1D | 24 | 0 | 2C | FC | 16 | 2E |
| Octal | 146 | 134 | 220 | 35 | 44 | 0 | 54 | 374 | 26 | 56 |
| Binary | 1100110 | 1011100 | 10010000 | 11101 | 100100 | 0 | 101100 | 11111100 | 10110 | 101110 |
Color Harmonies of #665C90
Complementary color
Monochromatic Colors of #665C90
Black with #665C90
Text Example
Text Example
White with #665C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C90; }
p { color: rgb(102,92,144); }
H1.HeaderClassName
{
color: #665C90;
}
.AnyTagClassName
{
color: #665C90;
}
</style>
background-color css
<style>
a { background-color: #665C90; }
a { background-color: rgb(102,92,144); }
div.DivClassName
{
background-color: #665C90;
}
.BgClassName
{
background-color: #665C90;
}
</style>
border-color css
<style>
span { border-color: #665C90; }
span { border-color: rgb(102,92,144); }
td.TdClassName
{
border-color: #665C90;
}
.TagClassName
{
border-color: #665C90;
}
</style>