Shades of Kimberly #6F658C
Tints of Kimberly #6F658C
RGB
CMYK
RGB Variations
Color information
#6F658C (or 0x6F658C) is known color: Kimberly. HEX triplet: 6F, 65 and 8C. RGB value is (111,101,140). Sum of RGB (Red+Green+Blue) = 111+101+140=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F658C is #909A73. Grayscale: #6C6C6C. Windows color (decimal): -9476724 or 9201007. OLE color: 9201007.
HSL color Cylindrical-coordinate representation of color #6F658C: hue angle of 255.38º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F658C is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 101 | 140 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.45 |
| HSL | 255.38º | 0.16% | 0.47% | - |
| HSV(B) | 255.38º | 0.28% | 0.55% | - |
| XYZ | 15.94 | 14.58 | 26.78 | - |
| YUV | 108.44 | 145.81 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 101 | 140 | 0.21 | 0.28 | 0 | 0.45 | 255.38 | 0.16 | 0.47 |
| Hex | 6F | 65 | 8C | 15 | 1C | 0 | 2D | FF | 10 | 2F |
| Octal | 157 | 145 | 214 | 25 | 34 | 0 | 55 | 377 | 20 | 57 |
| Binary | 1101111 | 1100101 | 10001100 | 10101 | 11100 | 0 | 101101 | 11111111 | 10000 | 101111 |
Color Harmonies of #6F658C
Complementary color
Monochromatic Colors of #6F658C
Black with #6F658C
Text Example
Text Example
White with #6F658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F658C; }
p { color: rgb(111,101,140); }
H1.HeaderClassName
{
color: #6F658C;
}
.AnyTagClassName
{
color: #6F658C;
}
</style>
background-color css
<style>
a { background-color: #6F658C; }
a { background-color: rgb(111,101,140); }
div.DivClassName
{
background-color: #6F658C;
}
.BgClassName
{
background-color: #6F658C;
}
</style>
border-color css
<style>
span { border-color: #6F658C; }
span { border-color: rgb(111,101,140); }
td.TdClassName
{
border-color: #6F658C;
}
.TagClassName
{
border-color: #6F658C;
}
</style>