Shades of Kimberly #6F668C
Tints of Kimberly #6F668C
RGB
CMYK
RGB Variations
Color information
#6F668C (or 0x6F668C) is known color: Kimberly. HEX triplet: 6F, 66 and 8C. RGB value is (111,102,140). Sum of RGB (Red+Green+Blue) = 111+102+140=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F668C is #909973. Grayscale: #6C6C6C. Windows color (decimal): -9476468 or 9201263. OLE color: 9201263.
HSL color Cylindrical-coordinate representation of color #6F668C: hue angle of 254.21º 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 #6F668C is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 102 | 140 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.45 |
| HSL | 254.21º | 0.16% | 0.47% | - |
| HSV(B) | 254.21º | 0.27% | 0.55% | - |
| XYZ | 16.04 | 14.78 | 26.82 | - |
| YUV | 109.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 140 | 0.21 | 0.27 | 0 | 0.45 | 254.21 | 0.16 | 0.47 |
| Hex | 6F | 66 | 8C | 15 | 1B | 0 | 2D | FE | 10 | 2F |
| Octal | 157 | 146 | 214 | 25 | 33 | 0 | 55 | 376 | 20 | 57 |
| Binary | 1101111 | 1100110 | 10001100 | 10101 | 11011 | 0 | 101101 | 11111110 | 10000 | 101111 |
Color Harmonies of #6F668C
Complementary color
Monochromatic Colors of #6F668C
Black with #6F668C
Text Example
Text Example
White with #6F668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F668C; }
p { color: rgb(111,102,140); }
H1.HeaderClassName
{
color: #6F668C;
}
.AnyTagClassName
{
color: #6F668C;
}
</style>
background-color css
<style>
a { background-color: #6F668C; }
a { background-color: rgb(111,102,140); }
div.DivClassName
{
background-color: #6F668C;
}
.BgClassName
{
background-color: #6F668C;
}
</style>
border-color css
<style>
span { border-color: #6F668C; }
span { border-color: rgb(111,102,140); }
td.TdClassName
{
border-color: #6F668C;
}
.TagClassName
{
border-color: #6F668C;
}
</style>