Shades of Kimberly #675F90
Tints of Kimberly #675F90
RGB
CMYK
RGB Variations
Color information
#675F90 (or 0x675F90) is known color: Kimberly. HEX triplet: 67, 5F and 90. RGB value is (103,95,144). Sum of RGB (Red+Green+Blue) = 103+95+144=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #675F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F90 is #98A06F. Grayscale: #666666. Windows color (decimal): -10002544 or 9461607. OLE color: 9461607.
HSL color Cylindrical-coordinate representation of color #675F90: hue angle of 249.8º 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 #675F90 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 95 | 144 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.44 |
| HSL | 249.8º | 0.21% | 0.47% | - |
| HSV(B) | 249.8º | 0.34% | 0.56% | - |
| XYZ | 14.72 | 13.08 | 28.13 | - |
| YUV | 102.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 144 | 0.28 | 0.34 | 0 | 0.44 | 249.8 | 0.21 | 0.47 |
| Hex | 67 | 5F | 90 | 1C | 22 | 0 | 2C | FA | 15 | 2F |
| Octal | 147 | 137 | 220 | 34 | 42 | 0 | 54 | 372 | 25 | 57 |
| Binary | 1100111 | 1011111 | 10010000 | 11100 | 100010 | 0 | 101100 | 11111010 | 10101 | 101111 |
Color Harmonies of #675F90
Complementary color
Monochromatic Colors of #675F90
Black with #675F90
Text Example
Text Example
White with #675F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F90; }
p { color: rgb(103,95,144); }
H1.HeaderClassName
{
color: #675F90;
}
.AnyTagClassName
{
color: #675F90;
}
</style>
background-color css
<style>
a { background-color: #675F90; }
a { background-color: rgb(103,95,144); }
div.DivClassName
{
background-color: #675F90;
}
.BgClassName
{
background-color: #675F90;
}
</style>
border-color css
<style>
span { border-color: #675F90; }
span { border-color: rgb(103,95,144); }
td.TdClassName
{
border-color: #675F90;
}
.TagClassName
{
border-color: #675F90;
}
</style>