Shades of Kimberly #675F91
Tints of Kimberly #675F91
RGB
CMYK
RGB Variations
Color information
#675F91 (or 0x675F91) is known color: Kimberly. HEX triplet: 67, 5F and 91. RGB value is (103,95,145). Sum of RGB (Red+Green+Blue) = 103+95+145=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #675F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675F91 is #98A06E. Grayscale: #666666. Windows color (decimal): -10002543 or 9527143. OLE color: 9527143.
HSL color Cylindrical-coordinate representation of color #675F91: hue angle of 249.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #675F91 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 95 | 145 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.43 |
| HSL | 249.6º | 0.21% | 0.47% | - |
| HSV(B) | 249.6º | 0.34% | 0.57% | - |
| XYZ | 14.8 | 13.11 | 28.54 | - |
| YUV | 103.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 145 | 0.29 | 0.34 | 0 | 0.43 | 249.6 | 0.21 | 0.47 |
| Hex | 67 | 5F | 91 | 1D | 22 | 0 | 2B | FA | 15 | 2F |
| Octal | 147 | 137 | 221 | 35 | 42 | 0 | 53 | 372 | 25 | 57 |
| Binary | 1100111 | 1011111 | 10010001 | 11101 | 100010 | 0 | 101011 | 11111010 | 10101 | 101111 |
Color Harmonies of #675F91
Complementary color
Monochromatic Colors of #675F91
Black with #675F91
Text Example
Text Example
White with #675F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F91; }
p { color: rgb(103,95,145); }
H1.HeaderClassName
{
color: #675F91;
}
.AnyTagClassName
{
color: #675F91;
}
</style>
background-color css
<style>
a { background-color: #675F91; }
a { background-color: rgb(103,95,145); }
div.DivClassName
{
background-color: #675F91;
}
.BgClassName
{
background-color: #675F91;
}
</style>
border-color css
<style>
span { border-color: #675F91; }
span { border-color: rgb(103,95,145); }
td.TdClassName
{
border-color: #675F91;
}
.TagClassName
{
border-color: #675F91;
}
</style>