Shades of Kimberly #6B647F
Tints of Kimberly #6B647F
RGB
CMYK
RGB Variations
Color information
#6B647F (or 0x6B647F) is known color: Kimberly. HEX triplet: 6B, 64 and 7F. RGB value is (107,100,127). Sum of RGB (Red+Green+Blue) = 107+100+127=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B647F is #949B80. Grayscale: #696969. Windows color (decimal): -9739137 or 8348779. OLE color: 8348779.
HSL color Cylindrical-coordinate representation of color #6B647F: hue angle of 255.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B647F is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 100 | 127 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.50 |
| HSL | 255.56º | 0.12% | 0.45% | - |
| HSV(B) | 255.56º | 0.21% | 0.5% | - |
| XYZ | 14.45 | 13.77 | 21.98 | - |
| YUV | 105.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 127 | 0.16 | 0.21 | 0 | 0.50 | 255.56 | 0.12 | 0.45 |
| Hex | 6B | 64 | 7F | 10 | 15 | 0 | 32 | 100 | C | 2D |
| Octal | 153 | 144 | 177 | 20 | 25 | 0 | 62 | 400 | 14 | 55 |
| Binary | 1101011 | 1100100 | 1111111 | 10000 | 10101 | 0 | 110010 | 100000000 | 1100 | 101101 |
Color Harmonies of #6B647F
Complementary color
Monochromatic Colors of #6B647F
Black with #6B647F
Text Example
Text Example
White with #6B647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B647F; }
p { color: rgb(107,100,127); }
H1.HeaderClassName
{
color: #6B647F;
}
.AnyTagClassName
{
color: #6B647F;
}
</style>
background-color css
<style>
a { background-color: #6B647F; }
a { background-color: rgb(107,100,127); }
div.DivClassName
{
background-color: #6B647F;
}
.BgClassName
{
background-color: #6B647F;
}
</style>
border-color css
<style>
span { border-color: #6B647F; }
span { border-color: rgb(107,100,127); }
td.TdClassName
{
border-color: #6B647F;
}
.TagClassName
{
border-color: #6B647F;
}
</style>