Shades of Kimberly #6F657D
Tints of Kimberly #6F657D
RGB
CMYK
RGB Variations
Color information
#6F657D (or 0x6F657D) is known color: Kimberly. HEX triplet: 6F, 65 and 7D. RGB value is (111,101,125). Sum of RGB (Red+Green+Blue) = 111+101+125=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F657D is #909A82. Grayscale: #6A6A6A. Windows color (decimal): -9476739 or 8217967. OLE color: 8217967.
HSL color Cylindrical-coordinate representation of color #6F657D: hue angle of 265º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F657D is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 101 | 125 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.51 |
| HSL | 265º | 0.11% | 0.44% | - |
| HSV(B) | 265º | 0.19% | 0.49% | - |
| XYZ | 14.91 | 14.17 | 21.35 | - |
| YUV | 106.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 125 | 0.11 | 0.19 | 0 | 0.51 | 265 | 0.11 | 0.44 |
| Hex | 6F | 65 | 7D | B | 13 | 0 | 33 | 109 | B | 2C |
| Octal | 157 | 145 | 175 | 13 | 23 | 0 | 63 | 411 | 13 | 54 |
| Binary | 1101111 | 1100101 | 1111101 | 1011 | 10011 | 0 | 110011 | 100001001 | 1011 | 101100 |
Color Harmonies of #6F657D
Complementary color
Monochromatic Colors of #6F657D
Black with #6F657D
Text Example
Text Example
White with #6F657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F657D; }
p { color: rgb(111,101,125); }
H1.HeaderClassName
{
color: #6F657D;
}
.AnyTagClassName
{
color: #6F657D;
}
</style>
background-color css
<style>
a { background-color: #6F657D; }
a { background-color: rgb(111,101,125); }
div.DivClassName
{
background-color: #6F657D;
}
.BgClassName
{
background-color: #6F657D;
}
</style>
border-color css
<style>
span { border-color: #6F657D; }
span { border-color: rgb(111,101,125); }
td.TdClassName
{
border-color: #6F657D;
}
.TagClassName
{
border-color: #6F657D;
}
</style>