Shades of Kimberly #6B698A
Tints of Kimberly #6B698A
RGB
CMYK
RGB Variations
Color information
#6B698A (or 0x6B698A) is known color: Kimberly. HEX triplet: 6B, 69 and 8A. RGB value is (107,105,138). Sum of RGB (Red+Green+Blue) = 107+105+138=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B698A is #949675. Grayscale: #6D6D6D. Windows color (decimal): -9737846 or 9070955. OLE color: 9070955.
HSL color Cylindrical-coordinate representation of color #6B698A: hue angle of 243.64º 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 #6B698A is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 105 | 138 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.46 |
| HSL | 243.64º | 0.14% | 0.48% | - |
| HSV(B) | 243.64º | 0.24% | 0.54% | - |
| XYZ | 15.7 | 15.06 | 26.12 | - |
| YUV | 109.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 105 | 138 | 0.22 | 0.24 | 0 | 0.46 | 243.64 | 0.14 | 0.48 |
| Hex | 6B | 69 | 8A | 16 | 18 | 0 | 2E | F4 | E | 30 |
| Octal | 153 | 151 | 212 | 26 | 30 | 0 | 56 | 364 | 16 | 60 |
| Binary | 1101011 | 1101001 | 10001010 | 10110 | 11000 | 0 | 101110 | 11110100 | 1110 | 110000 |
Color Harmonies of #6B698A
Complementary color
Monochromatic Colors of #6B698A
Black with #6B698A
Text Example
Text Example
White with #6B698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B698A; }
p { color: rgb(107,105,138); }
H1.HeaderClassName
{
color: #6B698A;
}
.AnyTagClassName
{
color: #6B698A;
}
</style>
background-color css
<style>
a { background-color: #6B698A; }
a { background-color: rgb(107,105,138); }
div.DivClassName
{
background-color: #6B698A;
}
.BgClassName
{
background-color: #6B698A;
}
</style>
border-color css
<style>
span { border-color: #6B698A; }
span { border-color: rgb(107,105,138); }
td.TdClassName
{
border-color: #6B698A;
}
.TagClassName
{
border-color: #6B698A;
}
</style>