Shades of Kimberly #6A678D
Tints of Kimberly #6A678D
RGB
CMYK
RGB Variations
Color information
#6A678D (or 0x6A678D) is known color: Kimberly. HEX triplet: 6A, 67 and 8D. RGB value is (106,103,141). Sum of RGB (Red+Green+Blue) = 106+103+141=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A678D is #959872. Grayscale: #6C6C6C. Windows color (decimal): -9803891 or 9267050. OLE color: 9267050.
HSL color Cylindrical-coordinate representation of color #6A678D: hue angle of 244.74º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A678D is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 103 | 141 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.45 |
| HSL | 244.74º | 0.16% | 0.48% | - |
| HSV(B) | 244.74º | 0.27% | 0.55% | - |
| XYZ | 15.6 | 14.69 | 27.21 | - |
| YUV | 108.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 103 | 141 | 0.25 | 0.27 | 0 | 0.45 | 244.74 | 0.16 | 0.48 |
| Hex | 6A | 67 | 8D | 19 | 1B | 0 | 2D | F5 | 10 | 30 |
| Octal | 152 | 147 | 215 | 31 | 33 | 0 | 55 | 365 | 20 | 60 |
| Binary | 1101010 | 1100111 | 10001101 | 11001 | 11011 | 0 | 101101 | 11110101 | 10000 | 110000 |
Color Harmonies of #6A678D
Complementary color
Monochromatic Colors of #6A678D
Black with #6A678D
Text Example
Text Example
White with #6A678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A678D; }
p { color: rgb(106,103,141); }
H1.HeaderClassName
{
color: #6A678D;
}
.AnyTagClassName
{
color: #6A678D;
}
</style>
background-color css
<style>
a { background-color: #6A678D; }
a { background-color: rgb(106,103,141); }
div.DivClassName
{
background-color: #6A678D;
}
.BgClassName
{
background-color: #6A678D;
}
</style>
border-color css
<style>
span { border-color: #6A678D; }
span { border-color: rgb(106,103,141); }
td.TdClassName
{
border-color: #6A678D;
}
.TagClassName
{
border-color: #6A678D;
}
</style>