Shades of Waikawa Grey #60678D
Tints of Waikawa Grey #60678D
RGB
CMYK
RGB Variations
Color information
#60678D (or 0x60678D) is known color: Waikawa Grey. HEX triplet: 60, 67 and 8D. RGB value is (96,103,141). Sum of RGB (Red+Green+Blue) = 96+103+141=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #60678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60678D is #9F9872. Grayscale: #696969. Windows color (decimal): -10459251 or 9267040. OLE color: 9267040.
HSL color Cylindrical-coordinate representation of color #60678D: hue angle of 230.67º 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 #60678D is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 103 | 141 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.45 |
| HSL | 230.67º | 0.19% | 0.46% | - |
| HSV(B) | 230.67º | 0.32% | 0.55% | - |
| XYZ | 14.48 | 14.11 | 27.16 | - |
| YUV | 105.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 141 | 0.32 | 0.27 | 0 | 0.45 | 230.67 | 0.19 | 0.46 |
| Hex | 60 | 67 | 8D | 20 | 1B | 0 | 2D | E7 | 13 | 2E |
| Octal | 140 | 147 | 215 | 40 | 33 | 0 | 55 | 347 | 23 | 56 |
| Binary | 1100000 | 1100111 | 10001101 | 100000 | 11011 | 0 | 101101 | 11100111 | 10011 | 101110 |
Color Harmonies of #60678D
Complementary color
Monochromatic Colors of #60678D
Black with #60678D
Text Example
Text Example
White with #60678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60678D; }
p { color: rgb(96,103,141); }
H1.HeaderClassName
{
color: #60678D;
}
.AnyTagClassName
{
color: #60678D;
}
</style>
background-color css
<style>
a { background-color: #60678D; }
a { background-color: rgb(96,103,141); }
div.DivClassName
{
background-color: #60678D;
}
.BgClassName
{
background-color: #60678D;
}
</style>
border-color css
<style>
span { border-color: #60678D; }
span { border-color: rgb(96,103,141); }
td.TdClassName
{
border-color: #60678D;
}
.TagClassName
{
border-color: #60678D;
}
</style>