Shades of Kimberly #69668A
Tints of Kimberly #69668A
RGB
CMYK
RGB Variations
Color information
#69668A (or 0x69668A) is known color: Kimberly. HEX triplet: 69, 66 and 8A. RGB value is (105,102,138). Sum of RGB (Red+Green+Blue) = 105+102+138=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #69668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69668A is #969975. Grayscale: #6A6A6A. Windows color (decimal): -9869686 or 9070185. OLE color: 9070185.
HSL color Cylindrical-coordinate representation of color #69668A: hue angle of 245º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69668A is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 102 | 138 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.46 |
| HSL | 245º | 0.15% | 0.47% | - |
| HSV(B) | 245º | 0.26% | 0.54% | - |
| XYZ | 15.16 | 14.34 | 26.01 | - |
| YUV | 107 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 138 | 0.24 | 0.26 | 0 | 0.46 | 245 | 0.15 | 0.47 |
| Hex | 69 | 66 | 8A | 18 | 1A | 0 | 2E | F5 | F | 2F |
| Octal | 151 | 146 | 212 | 30 | 32 | 0 | 56 | 365 | 17 | 57 |
| Binary | 1101001 | 1100110 | 10001010 | 11000 | 11010 | 0 | 101110 | 11110101 | 1111 | 101111 |
Color Harmonies of #69668A
Complementary color
Monochromatic Colors of #69668A
Black with #69668A
Text Example
Text Example
White with #69668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69668A; }
p { color: rgb(105,102,138); }
H1.HeaderClassName
{
color: #69668A;
}
.AnyTagClassName
{
color: #69668A;
}
</style>
background-color css
<style>
a { background-color: #69668A; }
a { background-color: rgb(105,102,138); }
div.DivClassName
{
background-color: #69668A;
}
.BgClassName
{
background-color: #69668A;
}
</style>
border-color css
<style>
span { border-color: #69668A; }
span { border-color: rgb(105,102,138); }
td.TdClassName
{
border-color: #69668A;
}
.TagClassName
{
border-color: #69668A;
}
</style>