Shades of Waikawa Grey #60668C
Tints of Waikawa Grey #60668C
RGB
CMYK
RGB Variations
Color information
#60668C (or 0x60668C) is known color: Waikawa Grey. HEX triplet: 60, 66 and 8C. RGB value is (96,102,140). Sum of RGB (Red+Green+Blue) = 96+102+140=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #60668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60668C is #9F9973. Grayscale: #686868. Windows color (decimal): -10459508 or 9201248. OLE color: 9201248.
HSL color Cylindrical-coordinate representation of color #60668C: hue angle of 231.82º 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 #60668C is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 102 | 140 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.45 |
| HSL | 231.82º | 0.19% | 0.46% | - |
| HSV(B) | 231.82º | 0.31% | 0.55% | - |
| XYZ | 14.31 | 13.88 | 26.74 | - |
| YUV | 104.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 140 | 0.31 | 0.27 | 0 | 0.45 | 231.82 | 0.19 | 0.46 |
| Hex | 60 | 66 | 8C | 1F | 1B | 0 | 2D | E8 | 13 | 2E |
| Octal | 140 | 146 | 214 | 37 | 33 | 0 | 55 | 350 | 23 | 56 |
| Binary | 1100000 | 1100110 | 10001100 | 11111 | 11011 | 0 | 101101 | 11101000 | 10011 | 101110 |
Color Harmonies of #60668C
Complementary color
Monochromatic Colors of #60668C
Black with #60668C
Text Example
Text Example
White with #60668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60668C; }
p { color: rgb(96,102,140); }
H1.HeaderClassName
{
color: #60668C;
}
.AnyTagClassName
{
color: #60668C;
}
</style>
background-color css
<style>
a { background-color: #60668C; }
a { background-color: rgb(96,102,140); }
div.DivClassName
{
background-color: #60668C;
}
.BgClassName
{
background-color: #60668C;
}
</style>
border-color css
<style>
span { border-color: #60668C; }
span { border-color: rgb(96,102,140); }
td.TdClassName
{
border-color: #60668C;
}
.TagClassName
{
border-color: #60668C;
}
</style>