Shades of Kimberly #6F658B
Tints of Kimberly #6F658B
RGB
CMYK
RGB Variations
Color information
#6F658B (or 0x6F658B) is known color: Kimberly. HEX triplet: 6F, 65 and 8B. RGB value is (111,101,139). Sum of RGB (Red+Green+Blue) = 111+101+139=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F658B is #909A74. Grayscale: #6C6C6C. Windows color (decimal): -9476725 or 9135471. OLE color: 9135471.
HSL color Cylindrical-coordinate representation of color #6F658B: hue angle of 255.79º 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 #6F658B is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 101 | 139 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.45 |
| HSL | 255.79º | 0.16% | 0.47% | - |
| HSV(B) | 255.79º | 0.27% | 0.55% | - |
| XYZ | 15.87 | 14.55 | 26.4 | - |
| YUV | 108.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 139 | 0.20 | 0.27 | 0 | 0.45 | 255.79 | 0.16 | 0.47 |
| Hex | 6F | 65 | 8B | 14 | 1B | 0 | 2D | 100 | 10 | 2F |
| Octal | 157 | 145 | 213 | 24 | 33 | 0 | 55 | 400 | 20 | 57 |
| Binary | 1101111 | 1100101 | 10001011 | 10100 | 11011 | 0 | 101101 | 100000000 | 10000 | 101111 |
Color Harmonies of #6F658B
Complementary color
Monochromatic Colors of #6F658B
Black with #6F658B
Text Example
Text Example
White with #6F658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F658B; }
p { color: rgb(111,101,139); }
H1.HeaderClassName
{
color: #6F658B;
}
.AnyTagClassName
{
color: #6F658B;
}
</style>
background-color css
<style>
a { background-color: #6F658B; }
a { background-color: rgb(111,101,139); }
div.DivClassName
{
background-color: #6F658B;
}
.BgClassName
{
background-color: #6F658B;
}
</style>
border-color css
<style>
span { border-color: #6F658B; }
span { border-color: rgb(111,101,139); }
td.TdClassName
{
border-color: #6F658B;
}
.TagClassName
{
border-color: #6F658B;
}
</style>