Shades of Waikawa Grey #60679A
Tints of Waikawa Grey #60679A
RGB
CMYK
RGB Variations
Color information
#60679A (or 0x60679A) is known color: Waikawa Grey. HEX triplet: 60, 67 and 9A. RGB value is (96,103,154). Sum of RGB (Red+Green+Blue) = 96+103+154=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 154 - color contains mainly: blue. Hex color #60679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60679A is #9F9865. Grayscale: #6A6A6A. Windows color (decimal): -10459238 or 10119008. OLE color: 10119008.
HSL color Cylindrical-coordinate representation of color #60679A: hue angle of 232.76º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60679A is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 103 | 154 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.40 |
| HSL | 232.76º | 0.23% | 0.49% | - |
| HSV(B) | 232.76º | 0.38% | 0.6% | - |
| XYZ | 15.51 | 14.52 | 32.56 | - |
| YUV | 106.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 154 | 0.38 | 0.33 | 0 | 0.40 | 232.76 | 0.23 | 0.49 |
| Hex | 60 | 67 | 9A | 26 | 21 | 0 | 28 | E9 | 17 | 31 |
| Octal | 140 | 147 | 232 | 46 | 41 | 0 | 50 | 351 | 27 | 61 |
| Binary | 1100000 | 1100111 | 10011010 | 100110 | 100001 | 0 | 101000 | 11101001 | 10111 | 110001 |
Color Harmonies of #60679A
Complementary color
Monochromatic Colors of #60679A
Black with #60679A
Text Example
Text Example
White with #60679A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60679A; }
p { color: rgb(96,103,154); }
H1.HeaderClassName
{
color: #60679A;
}
.AnyTagClassName
{
color: #60679A;
}
</style>
background-color css
<style>
a { background-color: #60679A; }
a { background-color: rgb(96,103,154); }
div.DivClassName
{
background-color: #60679A;
}
.BgClassName
{
background-color: #60679A;
}
</style>
border-color css
<style>
span { border-color: #60679A; }
span { border-color: rgb(96,103,154); }
td.TdClassName
{
border-color: #60679A;
}
.TagClassName
{
border-color: #60679A;
}
</style>