Shades of Kimberly #6A6088
Tints of Kimberly #6A6088
RGB
CMYK
RGB Variations
Color information
#6A6088 (or 0x6A6088) is known color: Kimberly. HEX triplet: 6A, 60 and 88. RGB value is (106,96,136). Sum of RGB (Red+Green+Blue) = 106+96+136=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A6088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6088 is #959F77. Grayscale: #676767. Windows color (decimal): -9805688 or 8937578. OLE color: 8937578.
HSL color Cylindrical-coordinate representation of color #6A6088: hue angle of 255º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A6088 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 96 | 136 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.47 |
| HSL | 255º | 0.17% | 0.45% | - |
| HSV(B) | 255º | 0.29% | 0.53% | - |
| XYZ | 14.57 | 13.21 | 25.07 | - |
| YUV | 103.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 96 | 136 | 0.22 | 0.29 | 0 | 0.47 | 255 | 0.17 | 0.45 |
| Hex | 6A | 60 | 88 | 16 | 1D | 0 | 2F | FF | 11 | 2D |
| Octal | 152 | 140 | 210 | 26 | 35 | 0 | 57 | 377 | 21 | 55 |
| Binary | 1101010 | 1100000 | 10001000 | 10110 | 11101 | 0 | 101111 | 11111111 | 10001 | 101101 |
Color Harmonies of #6A6088
Complementary color
Monochromatic Colors of #6A6088
Black with #6A6088
Text Example
Text Example
White with #6A6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6088; }
p { color: rgb(106,96,136); }
H1.HeaderClassName
{
color: #6A6088;
}
.AnyTagClassName
{
color: #6A6088;
}
</style>
background-color css
<style>
a { background-color: #6A6088; }
a { background-color: rgb(106,96,136); }
div.DivClassName
{
background-color: #6A6088;
}
.BgClassName
{
background-color: #6A6088;
}
</style>
border-color css
<style>
span { border-color: #6A6088; }
span { border-color: rgb(106,96,136); }
td.TdClassName
{
border-color: #6A6088;
}
.TagClassName
{
border-color: #6A6088;
}
</style>