Shades of Kimberly #6F698A
Tints of Kimberly #6F698A
RGB
CMYK
RGB Variations
Color information
#6F698A (or 0x6F698A) is known color: Kimberly. HEX triplet: 6F, 69 and 8A. RGB value is (111,105,138). Sum of RGB (Red+Green+Blue) = 111+105+138=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F698A is #909675. Grayscale: #6E6E6E. Windows color (decimal): -9475702 or 9070959. OLE color: 9070959.
HSL color Cylindrical-coordinate representation of color #6F698A: hue angle of 250.91º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F698A is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 105 | 138 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.46 |
| HSL | 250.91º | 0.14% | 0.48% | - |
| HSV(B) | 250.91º | 0.24% | 0.54% | - |
| XYZ | 16.19 | 15.32 | 26.15 | - |
| YUV | 110.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 138 | 0.20 | 0.24 | 0 | 0.46 | 250.91 | 0.14 | 0.48 |
| Hex | 6F | 69 | 8A | 14 | 18 | 0 | 2E | FB | E | 30 |
| Octal | 157 | 151 | 212 | 24 | 30 | 0 | 56 | 373 | 16 | 60 |
| Binary | 1101111 | 1101001 | 10001010 | 10100 | 11000 | 0 | 101110 | 11111011 | 1110 | 110000 |
Color Harmonies of #6F698A
Complementary color
Monochromatic Colors of #6F698A
Black with #6F698A
Text Example
Text Example
White with #6F698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F698A; }
p { color: rgb(111,105,138); }
H1.HeaderClassName
{
color: #6F698A;
}
.AnyTagClassName
{
color: #6F698A;
}
</style>
background-color css
<style>
a { background-color: #6F698A; }
a { background-color: rgb(111,105,138); }
div.DivClassName
{
background-color: #6F698A;
}
.BgClassName
{
background-color: #6F698A;
}
</style>
border-color css
<style>
span { border-color: #6F698A; }
span { border-color: rgb(111,105,138); }
td.TdClassName
{
border-color: #6F698A;
}
.TagClassName
{
border-color: #6F698A;
}
</style>