Shades of Kimberly #69627E
Tints of Kimberly #69627E
RGB
CMYK
RGB Variations
Color information
#69627E (or 0x69627E) is known color: Kimberly. HEX triplet: 69, 62 and 7E. RGB value is (105,98,126). Sum of RGB (Red+Green+Blue) = 105+98+126=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 126 - color contains mainly: blue. Hex color #69627E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69627E is #969D81. Grayscale: #676767. Windows color (decimal): -9870722 or 8282729. OLE color: 8282729.
HSL color Cylindrical-coordinate representation of color #69627E: hue angle of 255º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #69627E is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 98 | 126 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.51 |
| HSL | 255º | 0.13% | 0.44% | - |
| HSV(B) | 255º | 0.22% | 0.49% | - |
| XYZ | 13.96 | 13.24 | 21.56 | - |
| YUV | 103.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 126 | 0.17 | 0.22 | 0 | 0.51 | 255 | 0.13 | 0.44 |
| Hex | 69 | 62 | 7E | 11 | 16 | 0 | 33 | FF | C | 2C |
| Octal | 151 | 142 | 176 | 21 | 26 | 0 | 63 | 377 | 14 | 54 |
| Binary | 1101001 | 1100010 | 1111110 | 10001 | 10110 | 0 | 110011 | 11111111 | 1100 | 101100 |
Color Harmonies of #69627E
Complementary color
Monochromatic Colors of #69627E
Black with #69627E
Text Example
Text Example
White with #69627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69627E; }
p { color: rgb(105,98,126); }
H1.HeaderClassName
{
color: #69627E;
}
.AnyTagClassName
{
color: #69627E;
}
</style>
background-color css
<style>
a { background-color: #69627E; }
a { background-color: rgb(105,98,126); }
div.DivClassName
{
background-color: #69627E;
}
.BgClassName
{
background-color: #69627E;
}
</style>
border-color css
<style>
span { border-color: #69627E; }
span { border-color: rgb(105,98,126); }
td.TdClassName
{
border-color: #69627E;
}
.TagClassName
{
border-color: #69627E;
}
</style>