Shades of Kimberly #6B647E
Tints of Kimberly #6B647E
RGB
CMYK
RGB Variations
Color information
#6B647E (or 0x6B647E) is known color: Kimberly. HEX triplet: 6B, 64 and 7E. RGB value is (107,100,126). Sum of RGB (Red+Green+Blue) = 107+100+126=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B647E is #949B81. Grayscale: #686868. Windows color (decimal): -9739138 or 8283243. OLE color: 8283243.
HSL color Cylindrical-coordinate representation of color #6B647E: hue angle of 256.15º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B647E is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 100 | 126 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.51 |
| HSL | 256.15º | 0.12% | 0.44% | - |
| HSV(B) | 256.15º | 0.21% | 0.49% | - |
| XYZ | 14.39 | 13.75 | 21.63 | - |
| YUV | 105.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 100 | 126 | 0.15 | 0.21 | 0 | 0.51 | 256.15 | 0.12 | 0.44 |
| Hex | 6B | 64 | 7E | F | 15 | 0 | 33 | 100 | C | 2C |
| Octal | 153 | 144 | 176 | 17 | 25 | 0 | 63 | 400 | 14 | 54 |
| Binary | 1101011 | 1100100 | 1111110 | 1111 | 10101 | 0 | 110011 | 100000000 | 1100 | 101100 |
Color Harmonies of #6B647E
Complementary color
Monochromatic Colors of #6B647E
Black with #6B647E
Text Example
Text Example
White with #6B647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B647E; }
p { color: rgb(107,100,126); }
H1.HeaderClassName
{
color: #6B647E;
}
.AnyTagClassName
{
color: #6B647E;
}
</style>
background-color css
<style>
a { background-color: #6B647E; }
a { background-color: rgb(107,100,126); }
div.DivClassName
{
background-color: #6B647E;
}
.BgClassName
{
background-color: #6B647E;
}
</style>
border-color css
<style>
span { border-color: #6B647E; }
span { border-color: rgb(107,100,126); }
td.TdClassName
{
border-color: #6B647E;
}
.TagClassName
{
border-color: #6B647E;
}
</style>