Shades of Kimberly #675E91
Tints of Kimberly #675E91
RGB
CMYK
RGB Variations
Color information
#675E91 (or 0x675E91) is known color: Kimberly. HEX triplet: 67, 5E and 91. RGB value is (103,94,145). Sum of RGB (Red+Green+Blue) = 103+94+145=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #675E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #675E91 is #98A16E. Grayscale: #666666. Windows color (decimal): -10002799 or 9526887. OLE color: 9526887.
HSL color Cylindrical-coordinate representation of color #675E91: hue angle of 250.59º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #675E91 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 94 | 145 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.43 |
| HSL | 250.59º | 0.21% | 0.47% | - |
| HSV(B) | 250.59º | 0.35% | 0.57% | - |
| XYZ | 14.71 | 12.93 | 28.51 | - |
| YUV | 102.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 145 | 0.29 | 0.35 | 0 | 0.43 | 250.59 | 0.21 | 0.47 |
| Hex | 67 | 5E | 91 | 1D | 23 | 0 | 2B | FB | 15 | 2F |
| Octal | 147 | 136 | 221 | 35 | 43 | 0 | 53 | 373 | 25 | 57 |
| Binary | 1100111 | 1011110 | 10010001 | 11101 | 100011 | 0 | 101011 | 11111011 | 10101 | 101111 |
Color Harmonies of #675E91
Complementary color
Monochromatic Colors of #675E91
Black with #675E91
Text Example
Text Example
White with #675E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675E91; }
p { color: rgb(103,94,145); }
H1.HeaderClassName
{
color: #675E91;
}
.AnyTagClassName
{
color: #675E91;
}
</style>
background-color css
<style>
a { background-color: #675E91; }
a { background-color: rgb(103,94,145); }
div.DivClassName
{
background-color: #675E91;
}
.BgClassName
{
background-color: #675E91;
}
</style>
border-color css
<style>
span { border-color: #675E91; }
span { border-color: rgb(103,94,145); }
td.TdClassName
{
border-color: #675E91;
}
.TagClassName
{
border-color: #675E91;
}
</style>