Shades of Kimberly #67668C
Tints of Kimberly #67668C
RGB
CMYK
RGB Variations
Color information
#67668C (or 0x67668C) is known color: Kimberly. HEX triplet: 67, 66 and 8C. RGB value is (103,102,140). Sum of RGB (Red+Green+Blue) = 103+102+140=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #67668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67668C is #989973. Grayscale: #6A6A6A. Windows color (decimal): -10000756 or 9201255. OLE color: 9201255.
HSL color Cylindrical-coordinate representation of color #67668C: hue angle of 241.58º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67668C is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 102 | 140 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.45 |
| HSL | 241.58º | 0.16% | 0.47% | - |
| HSV(B) | 241.58º | 0.27% | 0.55% | - |
| XYZ | 15.08 | 14.28 | 26.77 | - |
| YUV | 106.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 102 | 140 | 0.26 | 0.27 | 0 | 0.45 | 241.58 | 0.16 | 0.47 |
| Hex | 67 | 66 | 8C | 1A | 1B | 0 | 2D | F2 | 10 | 2F |
| Octal | 147 | 146 | 214 | 32 | 33 | 0 | 55 | 362 | 20 | 57 |
| Binary | 1100111 | 1100110 | 10001100 | 11010 | 11011 | 0 | 101101 | 11110010 | 10000 | 101111 |
Color Harmonies of #67668C
Complementary color
Monochromatic Colors of #67668C
Black with #67668C
Text Example
Text Example
White with #67668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67668C; }
p { color: rgb(103,102,140); }
H1.HeaderClassName
{
color: #67668C;
}
.AnyTagClassName
{
color: #67668C;
}
</style>
background-color css
<style>
a { background-color: #67668C; }
a { background-color: rgb(103,102,140); }
div.DivClassName
{
background-color: #67668C;
}
.BgClassName
{
background-color: #67668C;
}
</style>
border-color css
<style>
span { border-color: #67668C; }
span { border-color: rgb(103,102,140); }
td.TdClassName
{
border-color: #67668C;
}
.TagClassName
{
border-color: #67668C;
}
</style>