Shades of Kimberly #67567D
Tints of Kimberly #67567D
RGB
CMYK
RGB Variations
Color information
#67567D (or 0x67567D) is known color: Kimberly. HEX triplet: 67, 56 and 7D. RGB value is (103,86,125). Sum of RGB (Red+Green+Blue) = 103+86+125=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #67567D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67567D is #98A982. Grayscale: #5F5F5F. Windows color (decimal): -10004867 or 8214119. OLE color: 8214119.
HSL color Cylindrical-coordinate representation of color #67567D: hue angle of 266.15º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67567D is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 86 | 125 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.51 |
| HSL | 266.15º | 0.18% | 0.41% | - |
| HSV(B) | 266.15º | 0.31% | 0.49% | - |
| XYZ | 12.62 | 11.02 | 20.86 | - |
| YUV | 95.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 125 | 0.18 | 0.31 | 0 | 0.51 | 266.15 | 0.18 | 0.41 |
| Hex | 67 | 56 | 7D | 12 | 1F | 0 | 33 | 10A | 12 | 29 |
| Octal | 147 | 126 | 175 | 22 | 37 | 0 | 63 | 412 | 22 | 51 |
| Binary | 1100111 | 1010110 | 1111101 | 10010 | 11111 | 0 | 110011 | 100001010 | 10010 | 101001 |
Color Harmonies of #67567D
Complementary color
Monochromatic Colors of #67567D
Black with #67567D
Text Example
Text Example
White with #67567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67567D; }
p { color: rgb(103,86,125); }
H1.HeaderClassName
{
color: #67567D;
}
.AnyTagClassName
{
color: #67567D;
}
</style>
background-color css
<style>
a { background-color: #67567D; }
a { background-color: rgb(103,86,125); }
div.DivClassName
{
background-color: #67567D;
}
.BgClassName
{
background-color: #67567D;
}
</style>
border-color css
<style>
span { border-color: #67567D; }
span { border-color: rgb(103,86,125); }
td.TdClassName
{
border-color: #67567D;
}
.TagClassName
{
border-color: #67567D;
}
</style>