Shades of Kimberly #67638C
Tints of Kimberly #67638C
RGB
CMYK
RGB Variations
Color information
#67638C (or 0x67638C) is known color: Kimberly. HEX triplet: 67, 63 and 8C. RGB value is (103,99,140). Sum of RGB (Red+Green+Blue) = 103+99+140=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #67638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67638C is #989C73. Grayscale: #686868. Windows color (decimal): -10001524 or 9200487. OLE color: 9200487.
HSL color Cylindrical-coordinate representation of color #67638C: hue angle of 245.85º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67638C is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 99 | 140 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.45 |
| HSL | 245.85º | 0.17% | 0.47% | - |
| HSV(B) | 245.85º | 0.29% | 0.55% | - |
| XYZ | 14.79 | 13.7 | 26.68 | - |
| YUV | 104.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 140 | 0.26 | 0.29 | 0 | 0.45 | 245.85 | 0.17 | 0.47 |
| Hex | 67 | 63 | 8C | 1A | 1D | 0 | 2D | F6 | 11 | 2F |
| Octal | 147 | 143 | 214 | 32 | 35 | 0 | 55 | 366 | 21 | 57 |
| Binary | 1100111 | 1100011 | 10001100 | 11010 | 11101 | 0 | 101101 | 11110110 | 10001 | 101111 |
Color Harmonies of #67638C
Complementary color
Monochromatic Colors of #67638C
Black with #67638C
Text Example
Text Example
White with #67638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67638C; }
p { color: rgb(103,99,140); }
H1.HeaderClassName
{
color: #67638C;
}
.AnyTagClassName
{
color: #67638C;
}
</style>
background-color css
<style>
a { background-color: #67638C; }
a { background-color: rgb(103,99,140); }
div.DivClassName
{
background-color: #67638C;
}
.BgClassName
{
background-color: #67638C;
}
</style>
border-color css
<style>
span { border-color: #67638C; }
span { border-color: rgb(103,99,140); }
td.TdClassName
{
border-color: #67638C;
}
.TagClassName
{
border-color: #67638C;
}
</style>