Shades of Kimberly #6B657F
Tints of Kimberly #6B657F
RGB
CMYK
RGB Variations
Color information
#6B657F (or 0x6B657F) is known color: Kimberly. HEX triplet: 6B, 65 and 7F. RGB value is (107,101,127). Sum of RGB (Red+Green+Blue) = 107+101+127=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B657F is #949A80. Grayscale: #696969. Windows color (decimal): -9738881 or 8349035. OLE color: 8349035.
HSL color Cylindrical-coordinate representation of color #6B657F: hue angle of 253.85º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B657F is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 101 | 127 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.50 |
| HSL | 253.85º | 0.11% | 0.45% | - |
| HSV(B) | 253.85º | 0.2% | 0.5% | - |
| XYZ | 14.55 | 13.97 | 22.01 | - |
| YUV | 105.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 127 | 0.16 | 0.20 | 0 | 0.50 | 253.85 | 0.11 | 0.45 |
| Hex | 6B | 65 | 7F | 10 | 14 | 0 | 32 | FE | B | 2D |
| Octal | 153 | 145 | 177 | 20 | 24 | 0 | 62 | 376 | 13 | 55 |
| Binary | 1101011 | 1100101 | 1111111 | 10000 | 10100 | 0 | 110010 | 11111110 | 1011 | 101101 |
Color Harmonies of #6B657F
Complementary color
Monochromatic Colors of #6B657F
Black with #6B657F
Text Example
Text Example
White with #6B657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B657F; }
p { color: rgb(107,101,127); }
H1.HeaderClassName
{
color: #6B657F;
}
.AnyTagClassName
{
color: #6B657F;
}
</style>
background-color css
<style>
a { background-color: #6B657F; }
a { background-color: rgb(107,101,127); }
div.DivClassName
{
background-color: #6B657F;
}
.BgClassName
{
background-color: #6B657F;
}
</style>
border-color css
<style>
span { border-color: #6B657F; }
span { border-color: rgb(107,101,127); }
td.TdClassName
{
border-color: #6B657F;
}
.TagClassName
{
border-color: #6B657F;
}
</style>