Shades of Kimberly #6F6281
Tints of Kimberly #6F6281
RGB
CMYK
RGB Variations
Color information
#6F6281 (or 0x6F6281) is known color: Kimberly. HEX triplet: 6F, 62 and 81. RGB value is (111,98,129). Sum of RGB (Red+Green+Blue) = 111+98+129=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #6F6281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6281 is #909D7E. Grayscale: #696969. Windows color (decimal): -9477503 or 8479343. OLE color: 8479343.
HSL color Cylindrical-coordinate representation of color #6F6281: hue angle of 265.16º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F6281 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 98 | 129 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.49 |
| HSL | 265.16º | 0.14% | 0.45% | - |
| HSV(B) | 265.16º | 0.24% | 0.51% | - |
| XYZ | 14.89 | 13.7 | 22.63 | - |
| YUV | 105.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 129 | 0.14 | 0.24 | 0 | 0.49 | 265.16 | 0.14 | 0.45 |
| Hex | 6F | 62 | 81 | E | 18 | 0 | 31 | 109 | E | 2D |
| Octal | 157 | 142 | 201 | 16 | 30 | 0 | 61 | 411 | 16 | 55 |
| Binary | 1101111 | 1100010 | 10000001 | 1110 | 11000 | 0 | 110001 | 100001001 | 1110 | 101101 |
Color Harmonies of #6F6281
Complementary color
Monochromatic Colors of #6F6281
Black with #6F6281
Text Example
Text Example
White with #6F6281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6281; }
p { color: rgb(111,98,129); }
H1.HeaderClassName
{
color: #6F6281;
}
.AnyTagClassName
{
color: #6F6281;
}
</style>
background-color css
<style>
a { background-color: #6F6281; }
a { background-color: rgb(111,98,129); }
div.DivClassName
{
background-color: #6F6281;
}
.BgClassName
{
background-color: #6F6281;
}
</style>
border-color css
<style>
span { border-color: #6F6281; }
span { border-color: rgb(111,98,129); }
td.TdClassName
{
border-color: #6F6281;
}
.TagClassName
{
border-color: #6F6281;
}
</style>