Shades of Kimberly #675E7F
Tints of Kimberly #675E7F
RGB
CMYK
RGB Variations
Color information
#675E7F (or 0x675E7F) is known color: Kimberly. HEX triplet: 67, 5E and 7F. RGB value is (103,94,127). Sum of RGB (Red+Green+Blue) = 103+94+127=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #675E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675E7F is #98A180. Grayscale: #646464. Windows color (decimal): -10002817 or 8347239. OLE color: 8347239.
HSL color Cylindrical-coordinate representation of color #675E7F: hue angle of 256.36º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #675E7F is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 94 | 127 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.50 |
| HSL | 256.36º | 0.15% | 0.43% | - |
| HSV(B) | 256.36º | 0.26% | 0.5% | - |
| XYZ | 13.43 | 12.42 | 21.77 | - |
| YUV | 100.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 94 | 127 | 0.19 | 0.26 | 0 | 0.50 | 256.36 | 0.15 | 0.43 |
| Hex | 67 | 5E | 7F | 13 | 1A | 0 | 32 | 100 | F | 2B |
| Octal | 147 | 136 | 177 | 23 | 32 | 0 | 62 | 400 | 17 | 53 |
| Binary | 1100111 | 1011110 | 1111111 | 10011 | 11010 | 0 | 110010 | 100000000 | 1111 | 101011 |
Color Harmonies of #675E7F
Complementary color
Monochromatic Colors of #675E7F
Black with #675E7F
Text Example
Text Example
White with #675E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675E7F; }
p { color: rgb(103,94,127); }
H1.HeaderClassName
{
color: #675E7F;
}
.AnyTagClassName
{
color: #675E7F;
}
</style>
background-color css
<style>
a { background-color: #675E7F; }
a { background-color: rgb(103,94,127); }
div.DivClassName
{
background-color: #675E7F;
}
.BgClassName
{
background-color: #675E7F;
}
</style>
border-color css
<style>
span { border-color: #675E7F; }
span { border-color: rgb(103,94,127); }
td.TdClassName
{
border-color: #675E7F;
}
.TagClassName
{
border-color: #675E7F;
}
</style>