Shades of Kimberly #6C607B
Tints of Kimberly #6C607B
RGB
CMYK
RGB Variations
Color information
#6C607B (or 0x6C607B) is known color: Kimberly. HEX triplet: 6C, 60 and 7B. RGB value is (108,96,123). Sum of RGB (Red+Green+Blue) = 108+96+123=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C607B is #939F84. Grayscale: #666666. Windows color (decimal): -9674629 or 8085612. OLE color: 8085612.
HSL color Cylindrical-coordinate representation of color #6C607B: hue angle of 266.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C607B is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 96 | 123 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.52 |
| HSL | 266.67º | 0.12% | 0.43% | - |
| HSV(B) | 266.67º | 0.22% | 0.48% | - |
| XYZ | 13.94 | 12.98 | 20.51 | - |
| YUV | 102.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 96 | 123 | 0.12 | 0.22 | 0 | 0.52 | 266.67 | 0.12 | 0.43 |
| Hex | 6C | 60 | 7B | C | 16 | 0 | 34 | 10B | C | 2B |
| Octal | 154 | 140 | 173 | 14 | 26 | 0 | 64 | 413 | 14 | 53 |
| Binary | 1101100 | 1100000 | 1111011 | 1100 | 10110 | 0 | 110100 | 100001011 | 1100 | 101011 |
Color Harmonies of #6C607B
Complementary color
Monochromatic Colors of #6C607B
Black with #6C607B
Text Example
Text Example
White with #6C607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C607B; }
p { color: rgb(108,96,123); }
H1.HeaderClassName
{
color: #6C607B;
}
.AnyTagClassName
{
color: #6C607B;
}
</style>
background-color css
<style>
a { background-color: #6C607B; }
a { background-color: rgb(108,96,123); }
div.DivClassName
{
background-color: #6C607B;
}
.BgClassName
{
background-color: #6C607B;
}
</style>
border-color css
<style>
span { border-color: #6C607B; }
span { border-color: rgb(108,96,123); }
td.TdClassName
{
border-color: #6C607B;
}
.TagClassName
{
border-color: #6C607B;
}
</style>