Shades of Waikawa Grey #60698C
Tints of Waikawa Grey #60698C
RGB
CMYK
RGB Variations
Color information
#60698C (or 0x60698C) is known color: Waikawa Grey. HEX triplet: 60, 69 and 8C. RGB value is (96,105,140). Sum of RGB (Red+Green+Blue) = 96+105+140=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #60698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60698C is #9F9673. Grayscale: #6A6A6A. Windows color (decimal): -10458740 or 9202016. OLE color: 9202016.
HSL color Cylindrical-coordinate representation of color #60698C: hue angle of 227.73º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60698C is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 105 | 140 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.45 |
| HSL | 227.73º | 0.19% | 0.46% | - |
| HSV(B) | 227.73º | 0.31% | 0.55% | - |
| XYZ | 14.61 | 14.48 | 26.84 | - |
| YUV | 106.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 140 | 0.31 | 0.25 | 0 | 0.45 | 227.73 | 0.19 | 0.46 |
| Hex | 60 | 69 | 8C | 1F | 19 | 0 | 2D | E4 | 13 | 2E |
| Octal | 140 | 151 | 214 | 37 | 31 | 0 | 55 | 344 | 23 | 56 |
| Binary | 1100000 | 1101001 | 10001100 | 11111 | 11001 | 0 | 101101 | 11100100 | 10011 | 101110 |
Color Harmonies of #60698C
Complementary color
Monochromatic Colors of #60698C
Black with #60698C
Text Example
Text Example
White with #60698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60698C; }
p { color: rgb(96,105,140); }
H1.HeaderClassName
{
color: #60698C;
}
.AnyTagClassName
{
color: #60698C;
}
</style>
background-color css
<style>
a { background-color: #60698C; }
a { background-color: rgb(96,105,140); }
div.DivClassName
{
background-color: #60698C;
}
.BgClassName
{
background-color: #60698C;
}
</style>
border-color css
<style>
span { border-color: #60698C; }
span { border-color: rgb(96,105,140); }
td.TdClassName
{
border-color: #60698C;
}
.TagClassName
{
border-color: #60698C;
}
</style>