Shades of Waikawa Grey #60689D
Tints of Waikawa Grey #60689D
RGB
CMYK
RGB Variations
Color information
#60689D (or 0x60689D) is known color: Waikawa Grey. HEX triplet: 60, 68 and 9D. RGB value is (96,104,157). Sum of RGB (Red+Green+Blue) = 96+104+157=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #60689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60689D is #9F9762. Grayscale: #6B6B6B. Windows color (decimal): -10458979 or 10315872. OLE color: 10315872.
HSL color Cylindrical-coordinate representation of color #60689D: hue angle of 232.13º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60689D is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 104 | 157 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.38 |
| HSL | 232.13º | 0.24% | 0.5% | - |
| HSV(B) | 232.13º | 0.39% | 0.62% | - |
| XYZ | 15.86 | 14.82 | 33.92 | - |
| YUV | 107.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 157 | 0.39 | 0.34 | 0 | 0.38 | 232.13 | 0.24 | 0.5 |
| Hex | 60 | 68 | 9D | 27 | 22 | 0 | 26 | E8 | 18 | 32 |
| Octal | 140 | 150 | 235 | 47 | 42 | 0 | 46 | 350 | 30 | 62 |
| Binary | 1100000 | 1101000 | 10011101 | 100111 | 100010 | 0 | 100110 | 11101000 | 11000 | 110010 |
Color Harmonies of #60689D
Complementary color
Monochromatic Colors of #60689D
Black with #60689D
Text Example
Text Example
White with #60689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60689D; }
p { color: rgb(96,104,157); }
H1.HeaderClassName
{
color: #60689D;
}
.AnyTagClassName
{
color: #60689D;
}
</style>
background-color css
<style>
a { background-color: #60689D; }
a { background-color: rgb(96,104,157); }
div.DivClassName
{
background-color: #60689D;
}
.BgClassName
{
background-color: #60689D;
}
</style>
border-color css
<style>
span { border-color: #60689D; }
span { border-color: rgb(96,104,157); }
td.TdClassName
{
border-color: #60689D;
}
.TagClassName
{
border-color: #60689D;
}
</style>