Shades of Kimberly #6A6083
Tints of Kimberly #6A6083
RGB
CMYK
RGB Variations
Color information
#6A6083 (or 0x6A6083) is known color: Kimberly. HEX triplet: 6A, 60 and 83. RGB value is (106,96,131). Sum of RGB (Red+Green+Blue) = 106+96+131=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #6A6083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6083 is #959F7C. Grayscale: #666666. Windows color (decimal): -9805693 or 8609898. OLE color: 8609898.
HSL color Cylindrical-coordinate representation of color #6A6083: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A6083 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 96 | 131 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.49 |
| HSL | 257.14º | 0.15% | 0.45% | - |
| HSV(B) | 257.14º | 0.27% | 0.51% | - |
| XYZ | 14.22 | 13.07 | 23.25 | - |
| YUV | 102.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 96 | 131 | 0.19 | 0.27 | 0 | 0.49 | 257.14 | 0.15 | 0.45 |
| Hex | 6A | 60 | 83 | 13 | 1B | 0 | 31 | 101 | F | 2D |
| Octal | 152 | 140 | 203 | 23 | 33 | 0 | 61 | 401 | 17 | 55 |
| Binary | 1101010 | 1100000 | 10000011 | 10011 | 11011 | 0 | 110001 | 100000001 | 1111 | 101101 |
Color Harmonies of #6A6083
Complementary color
Monochromatic Colors of #6A6083
Black with #6A6083
Text Example
Text Example
White with #6A6083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6083; }
p { color: rgb(106,96,131); }
H1.HeaderClassName
{
color: #6A6083;
}
.AnyTagClassName
{
color: #6A6083;
}
</style>
background-color css
<style>
a { background-color: #6A6083; }
a { background-color: rgb(106,96,131); }
div.DivClassName
{
background-color: #6A6083;
}
.BgClassName
{
background-color: #6A6083;
}
</style>
border-color css
<style>
span { border-color: #6A6083; }
span { border-color: rgb(106,96,131); }
td.TdClassName
{
border-color: #6A6083;
}
.TagClassName
{
border-color: #6A6083;
}
</style>