Shades of Kimberly #6F677F
Tints of Kimberly #6F677F
RGB
CMYK
RGB Variations
Color information
#6F677F (or 0x6F677F) is known color: Kimberly. HEX triplet: 6F, 67 and 7F. RGB value is (111,103,127). Sum of RGB (Red+Green+Blue) = 111+103+127=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F677F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F677F is #909880. Grayscale: #6C6C6C. Windows color (decimal): -9476225 or 8349551. OLE color: 8349551.
HSL color Cylindrical-coordinate representation of color #6F677F: hue angle of 260º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F677F is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 103 | 127 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.50 |
| HSL | 260º | 0.1% | 0.45% | - |
| HSV(B) | 260º | 0.19% | 0.5% | - |
| XYZ | 15.24 | 14.61 | 22.1 | - |
| YUV | 108.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 127 | 0.13 | 0.19 | 0 | 0.50 | 260 | 0.1 | 0.45 |
| Hex | 6F | 67 | 7F | D | 13 | 0 | 32 | 104 | A | 2D |
| Octal | 157 | 147 | 177 | 15 | 23 | 0 | 62 | 404 | 12 | 55 |
| Binary | 1101111 | 1100111 | 1111111 | 1101 | 10011 | 0 | 110010 | 100000100 | 1010 | 101101 |
Color Harmonies of #6F677F
Complementary color
Monochromatic Colors of #6F677F
Black with #6F677F
Text Example
Text Example
White with #6F677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F677F; }
p { color: rgb(111,103,127); }
H1.HeaderClassName
{
color: #6F677F;
}
.AnyTagClassName
{
color: #6F677F;
}
</style>
background-color css
<style>
a { background-color: #6F677F; }
a { background-color: rgb(111,103,127); }
div.DivClassName
{
background-color: #6F677F;
}
.BgClassName
{
background-color: #6F677F;
}
</style>
border-color css
<style>
span { border-color: #6F677F; }
span { border-color: rgb(111,103,127); }
td.TdClassName
{
border-color: #6F677F;
}
.TagClassName
{
border-color: #6F677F;
}
</style>