Shades of Kimberly #69627C
Tints of Kimberly #69627C
RGB
CMYK
RGB Variations
Color information
#69627C (or 0x69627C) is known color: Kimberly. HEX triplet: 69, 62 and 7C. RGB value is (105,98,124). Sum of RGB (Red+Green+Blue) = 105+98+124=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #69627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69627C is #969D83. Grayscale: #666666. Windows color (decimal): -9870724 or 8151657. OLE color: 8151657.
HSL color Cylindrical-coordinate representation of color #69627C: hue angle of 256.15º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69627C is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 98 | 124 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.51 |
| HSL | 256.15º | 0.12% | 0.44% | - |
| HSV(B) | 256.15º | 0.21% | 0.49% | - |
| XYZ | 13.83 | 13.19 | 20.89 | - |
| YUV | 103.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 124 | 0.15 | 0.21 | 0 | 0.51 | 256.15 | 0.12 | 0.44 |
| Hex | 69 | 62 | 7C | F | 15 | 0 | 33 | 100 | C | 2C |
| Octal | 151 | 142 | 174 | 17 | 25 | 0 | 63 | 400 | 14 | 54 |
| Binary | 1101001 | 1100010 | 1111100 | 1111 | 10101 | 0 | 110011 | 100000000 | 1100 | 101100 |
Color Harmonies of #69627C
Complementary color
Monochromatic Colors of #69627C
Black with #69627C
Text Example
Text Example
White with #69627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69627C; }
p { color: rgb(105,98,124); }
H1.HeaderClassName
{
color: #69627C;
}
.AnyTagClassName
{
color: #69627C;
}
</style>
background-color css
<style>
a { background-color: #69627C; }
a { background-color: rgb(105,98,124); }
div.DivClassName
{
background-color: #69627C;
}
.BgClassName
{
background-color: #69627C;
}
</style>
border-color css
<style>
span { border-color: #69627C; }
span { border-color: rgb(105,98,124); }
td.TdClassName
{
border-color: #69627C;
}
.TagClassName
{
border-color: #69627C;
}
</style>