Shades of Waikawa Grey #60648C
Tints of Waikawa Grey #60648C
RGB
CMYK
RGB Variations
Color information
#60648C (or 0x60648C) is known color: Waikawa Grey. HEX triplet: 60, 64 and 8C. RGB value is (96,100,140). Sum of RGB (Red+Green+Blue) = 96+100+140=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #60648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60648C is #9F9B73. Grayscale: #676767. Windows color (decimal): -10460020 or 9200736. OLE color: 9200736.
HSL color Cylindrical-coordinate representation of color #60648C: hue angle of 234.55º 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 #60648C is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 100 | 140 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.45 |
| HSL | 234.55º | 0.19% | 0.46% | - |
| HSV(B) | 234.55º | 0.31% | 0.55% | - |
| XYZ | 14.11 | 13.49 | 26.67 | - |
| YUV | 103.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 140 | 0.31 | 0.29 | 0 | 0.45 | 234.55 | 0.19 | 0.46 |
| Hex | 60 | 64 | 8C | 1F | 1D | 0 | 2D | EB | 13 | 2E |
| Octal | 140 | 144 | 214 | 37 | 35 | 0 | 55 | 353 | 23 | 56 |
| Binary | 1100000 | 1100100 | 10001100 | 11111 | 11101 | 0 | 101101 | 11101011 | 10011 | 101110 |
Color Harmonies of #60648C
Complementary color
Monochromatic Colors of #60648C
Black with #60648C
Text Example
Text Example
White with #60648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60648C; }
p { color: rgb(96,100,140); }
H1.HeaderClassName
{
color: #60648C;
}
.AnyTagClassName
{
color: #60648C;
}
</style>
background-color css
<style>
a { background-color: #60648C; }
a { background-color: rgb(96,100,140); }
div.DivClassName
{
background-color: #60648C;
}
.BgClassName
{
background-color: #60648C;
}
</style>
border-color css
<style>
span { border-color: #60648C; }
span { border-color: rgb(96,100,140); }
td.TdClassName
{
border-color: #60648C;
}
.TagClassName
{
border-color: #60648C;
}
</style>