Shades of Waikawa Grey #60678E
Tints of Waikawa Grey #60678E
RGB
CMYK
RGB Variations
Color information
#60678E (or 0x60678E) is known color: Waikawa Grey. HEX triplet: 60, 67 and 8E. RGB value is (96,103,142). Sum of RGB (Red+Green+Blue) = 96+103+142=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #60678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60678E is #9F9871. Grayscale: #696969. Windows color (decimal): -10459250 or 9332576. OLE color: 9332576.
HSL color Cylindrical-coordinate representation of color #60678E: hue angle of 230.87º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60678E is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 103 | 142 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.44 |
| HSL | 230.87º | 0.19% | 0.47% | - |
| HSV(B) | 230.87º | 0.32% | 0.56% | - |
| XYZ | 14.56 | 14.14 | 27.55 | - |
| YUV | 105.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 142 | 0.32 | 0.27 | 0 | 0.44 | 230.87 | 0.19 | 0.47 |
| Hex | 60 | 67 | 8E | 20 | 1B | 0 | 2C | E7 | 13 | 2F |
| Octal | 140 | 147 | 216 | 40 | 33 | 0 | 54 | 347 | 23 | 57 |
| Binary | 1100000 | 1100111 | 10001110 | 100000 | 11011 | 0 | 101100 | 11100111 | 10011 | 101111 |
Color Harmonies of #60678E
Complementary color
Monochromatic Colors of #60678E
Black with #60678E
Text Example
Text Example
White with #60678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60678E; }
p { color: rgb(96,103,142); }
H1.HeaderClassName
{
color: #60678E;
}
.AnyTagClassName
{
color: #60678E;
}
</style>
background-color css
<style>
a { background-color: #60678E; }
a { background-color: rgb(96,103,142); }
div.DivClassName
{
background-color: #60678E;
}
.BgClassName
{
background-color: #60678E;
}
</style>
border-color css
<style>
span { border-color: #60678E; }
span { border-color: rgb(96,103,142); }
td.TdClassName
{
border-color: #60678E;
}
.TagClassName
{
border-color: #60678E;
}
</style>