Shades of Waikawa Grey #60678A
Tints of Waikawa Grey #60678A
RGB
CMYK
RGB Variations
Color information
#60678A (or 0x60678A) is known color: Waikawa Grey. HEX triplet: 60, 67 and 8A. RGB value is (96,103,138). Sum of RGB (Red+Green+Blue) = 96+103+138=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #60678A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60678A is #9F9875. Grayscale: #686868. Windows color (decimal): -10459254 or 9070432. OLE color: 9070432.
HSL color Cylindrical-coordinate representation of color #60678A: hue angle of 230º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60678A is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 103 | 138 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.46 |
| HSL | 230º | 0.18% | 0.46% | - |
| HSV(B) | 230º | 0.3% | 0.54% | - |
| XYZ | 14.26 | 14.02 | 26 | - |
| YUV | 104.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 138 | 0.30 | 0.25 | 0 | 0.46 | 230 | 0.18 | 0.46 |
| Hex | 60 | 67 | 8A | 1E | 19 | 0 | 2E | E6 | 12 | 2E |
| Octal | 140 | 147 | 212 | 36 | 31 | 0 | 56 | 346 | 22 | 56 |
| Binary | 1100000 | 1100111 | 10001010 | 11110 | 11001 | 0 | 101110 | 11100110 | 10010 | 101110 |
Color Harmonies of #60678A
Complementary color
Monochromatic Colors of #60678A
Black with #60678A
Text Example
Text Example
White with #60678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60678A; }
p { color: rgb(96,103,138); }
H1.HeaderClassName
{
color: #60678A;
}
.AnyTagClassName
{
color: #60678A;
}
</style>
background-color css
<style>
a { background-color: #60678A; }
a { background-color: rgb(96,103,138); }
div.DivClassName
{
background-color: #60678A;
}
.BgClassName
{
background-color: #60678A;
}
</style>
border-color css
<style>
span { border-color: #60678A; }
span { border-color: rgb(96,103,138); }
td.TdClassName
{
border-color: #60678A;
}
.TagClassName
{
border-color: #60678A;
}
</style>