Shades of Kimberly #675C90
Tints of Kimberly #675C90
RGB
CMYK
RGB Variations
Color information
#675C90 (or 0x675C90) is known color: Kimberly. HEX triplet: 67, 5C and 90. RGB value is (103,92,144). Sum of RGB (Red+Green+Blue) = 103+92+144=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #675C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675C90 is #98A36F. Grayscale: #656565. Windows color (decimal): -10003312 or 9460839. OLE color: 9460839.
HSL color Cylindrical-coordinate representation of color #675C90: hue angle of 252.69º 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 #675C90 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 92 | 144 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.44 |
| HSL | 252.69º | 0.22% | 0.46% | - |
| HSV(B) | 252.69º | 0.36% | 0.56% | - |
| XYZ | 14.45 | 12.55 | 28.05 | - |
| YUV | 101.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 144 | 0.28 | 0.36 | 0 | 0.44 | 252.69 | 0.22 | 0.46 |
| Hex | 67 | 5C | 90 | 1C | 24 | 0 | 2C | FD | 16 | 2E |
| Octal | 147 | 134 | 220 | 34 | 44 | 0 | 54 | 375 | 26 | 56 |
| Binary | 1100111 | 1011100 | 10010000 | 11100 | 100100 | 0 | 101100 | 11111101 | 10110 | 101110 |
Color Harmonies of #675C90
Complementary color
Monochromatic Colors of #675C90
Black with #675C90
Text Example
Text Example
White with #675C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C90; }
p { color: rgb(103,92,144); }
H1.HeaderClassName
{
color: #675C90;
}
.AnyTagClassName
{
color: #675C90;
}
</style>
background-color css
<style>
a { background-color: #675C90; }
a { background-color: rgb(103,92,144); }
div.DivClassName
{
background-color: #675C90;
}
.BgClassName
{
background-color: #675C90;
}
</style>
border-color css
<style>
span { border-color: #675C90; }
span { border-color: rgb(103,92,144); }
td.TdClassName
{
border-color: #675C90;
}
.TagClassName
{
border-color: #675C90;
}
</style>