Shades of Waikawa Grey #60698D
Tints of Waikawa Grey #60698D
RGB
CMYK
RGB Variations
Color information
#60698D (or 0x60698D) is known color: Waikawa Grey. HEX triplet: 60, 69 and 8D. RGB value is (96,105,141). Sum of RGB (Red+Green+Blue) = 96+105+141=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #60698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60698D is #9F9672. Grayscale: #6A6A6A. Windows color (decimal): -10458739 or 9267552. OLE color: 9267552.
HSL color Cylindrical-coordinate representation of color #60698D: hue angle of 228º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60698D is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 105 | 141 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.45 |
| HSL | 228º | 0.19% | 0.46% | - |
| HSV(B) | 228º | 0.32% | 0.55% | - |
| XYZ | 14.68 | 14.51 | 27.23 | - |
| YUV | 106.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 141 | 0.32 | 0.26 | 0 | 0.45 | 228 | 0.19 | 0.46 |
| Hex | 60 | 69 | 8D | 20 | 1A | 0 | 2D | E4 | 13 | 2E |
| Octal | 140 | 151 | 215 | 40 | 32 | 0 | 55 | 344 | 23 | 56 |
| Binary | 1100000 | 1101001 | 10001101 | 100000 | 11010 | 0 | 101101 | 11100100 | 10011 | 101110 |
Color Harmonies of #60698D
Complementary color
Monochromatic Colors of #60698D
Black with #60698D
Text Example
Text Example
White with #60698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60698D; }
p { color: rgb(96,105,141); }
H1.HeaderClassName
{
color: #60698D;
}
.AnyTagClassName
{
color: #60698D;
}
</style>
background-color css
<style>
a { background-color: #60698D; }
a { background-color: rgb(96,105,141); }
div.DivClassName
{
background-color: #60698D;
}
.BgClassName
{
background-color: #60698D;
}
</style>
border-color css
<style>
span { border-color: #60698D; }
span { border-color: rgb(96,105,141); }
td.TdClassName
{
border-color: #60698D;
}
.TagClassName
{
border-color: #60698D;
}
</style>