Shades of Kimberly #6F667D
Tints of Kimberly #6F667D
RGB
CMYK
RGB Variations
Color information
#6F667D (or 0x6F667D) is known color: Kimberly. HEX triplet: 6F, 66 and 7D. RGB value is (111,102,125). Sum of RGB (Red+Green+Blue) = 111+102+125=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F667D is #909982. Grayscale: #6B6B6B. Windows color (decimal): -9476483 or 8218223. OLE color: 8218223.
HSL color Cylindrical-coordinate representation of color #6F667D: hue angle of 263.48º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F667D is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 102 | 125 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.51 |
| HSL | 263.48º | 0.1% | 0.45% | - |
| HSV(B) | 263.48º | 0.18% | 0.49% | - |
| XYZ | 15.01 | 14.36 | 21.38 | - |
| YUV | 107.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 125 | 0.11 | 0.18 | 0 | 0.51 | 263.48 | 0.1 | 0.45 |
| Hex | 6F | 66 | 7D | B | 12 | 0 | 33 | 107 | A | 2D |
| Octal | 157 | 146 | 175 | 13 | 22 | 0 | 63 | 407 | 12 | 55 |
| Binary | 1101111 | 1100110 | 1111101 | 1011 | 10010 | 0 | 110011 | 100000111 | 1010 | 101101 |
Color Harmonies of #6F667D
Complementary color
Monochromatic Colors of #6F667D
Black with #6F667D
Text Example
Text Example
White with #6F667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F667D; }
p { color: rgb(111,102,125); }
H1.HeaderClassName
{
color: #6F667D;
}
.AnyTagClassName
{
color: #6F667D;
}
</style>
background-color css
<style>
a { background-color: #6F667D; }
a { background-color: rgb(111,102,125); }
div.DivClassName
{
background-color: #6F667D;
}
.BgClassName
{
background-color: #6F667D;
}
</style>
border-color css
<style>
span { border-color: #6F667D; }
span { border-color: rgb(111,102,125); }
td.TdClassName
{
border-color: #6F667D;
}
.TagClassName
{
border-color: #6F667D;
}
</style>