Shades of Kimberly #6F677D
Tints of Kimberly #6F677D
RGB
CMYK
RGB Variations
Color information
#6F677D (or 0x6F677D) is known color: Kimberly. HEX triplet: 6F, 67 and 7D. RGB value is (111,103,125). Sum of RGB (Red+Green+Blue) = 111+103+125=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F677D is #909882. Grayscale: #6B6B6B. Windows color (decimal): -9476227 or 8218479. OLE color: 8218479.
HSL color Cylindrical-coordinate representation of color #6F677D: hue angle of 261.82º 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 #6F677D is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 103 | 125 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.51 |
| HSL | 261.82º | 0.1% | 0.45% | - |
| HSV(B) | 261.82º | 0.18% | 0.49% | - |
| XYZ | 15.11 | 14.56 | 21.42 | - |
| YUV | 107.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 125 | 0.11 | 0.18 | 0 | 0.51 | 261.82 | 0.1 | 0.45 |
| Hex | 6F | 67 | 7D | B | 12 | 0 | 33 | 106 | A | 2D |
| Octal | 157 | 147 | 175 | 13 | 22 | 0 | 63 | 406 | 12 | 55 |
| Binary | 1101111 | 1100111 | 1111101 | 1011 | 10010 | 0 | 110011 | 100000110 | 1010 | 101101 |
Color Harmonies of #6F677D
Complementary color
Monochromatic Colors of #6F677D
Black with #6F677D
Text Example
Text Example
White with #6F677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F677D; }
p { color: rgb(111,103,125); }
H1.HeaderClassName
{
color: #6F677D;
}
.AnyTagClassName
{
color: #6F677D;
}
</style>
background-color css
<style>
a { background-color: #6F677D; }
a { background-color: rgb(111,103,125); }
div.DivClassName
{
background-color: #6F677D;
}
.BgClassName
{
background-color: #6F677D;
}
</style>
border-color css
<style>
span { border-color: #6F677D; }
span { border-color: rgb(111,103,125); }
td.TdClassName
{
border-color: #6F677D;
}
.TagClassName
{
border-color: #6F677D;
}
</style>