Shades of Kimberly #6B627B
Tints of Kimberly #6B627B
RGB
CMYK
RGB Variations
Color information
#6B627B (or 0x6B627B) is known color: Kimberly. HEX triplet: 6B, 62 and 7B. RGB value is (107,98,123). Sum of RGB (Red+Green+Blue) = 107+98+123=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B627B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B627B is #949D84. Grayscale: #676767. Windows color (decimal): -9739653 or 8086123. OLE color: 8086123.
HSL color Cylindrical-coordinate representation of color #6B627B: hue angle of 261.6º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B627B is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 98 | 123 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.52 |
| HSL | 261.6º | 0.11% | 0.43% | - |
| HSV(B) | 261.6º | 0.2% | 0.48% | - |
| XYZ | 14.01 | 13.29 | 20.57 | - |
| YUV | 103.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 98 | 123 | 0.13 | 0.20 | 0 | 0.52 | 261.6 | 0.11 | 0.43 |
| Hex | 6B | 62 | 7B | D | 14 | 0 | 34 | 106 | B | 2B |
| Octal | 153 | 142 | 173 | 15 | 24 | 0 | 64 | 406 | 13 | 53 |
| Binary | 1101011 | 1100010 | 1111011 | 1101 | 10100 | 0 | 110100 | 100000110 | 1011 | 101011 |
Color Harmonies of #6B627B
Complementary color
Monochromatic Colors of #6B627B
Black with #6B627B
Text Example
Text Example
White with #6B627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B627B; }
p { color: rgb(107,98,123); }
H1.HeaderClassName
{
color: #6B627B;
}
.AnyTagClassName
{
color: #6B627B;
}
</style>
background-color css
<style>
a { background-color: #6B627B; }
a { background-color: rgb(107,98,123); }
div.DivClassName
{
background-color: #6B627B;
}
.BgClassName
{
background-color: #6B627B;
}
</style>
border-color css
<style>
span { border-color: #6B627B; }
span { border-color: rgb(107,98,123); }
td.TdClassName
{
border-color: #6B627B;
}
.TagClassName
{
border-color: #6B627B;
}
</style>