Shades of Waikawa Grey #68738B
Tints of Waikawa Grey #68738B
RGB
CMYK
RGB Variations
Color information
#68738B (or 0x68738B) is known color: Waikawa Grey. HEX triplet: 68, 73 and 8B. RGB value is (104,115,139). Sum of RGB (Red+Green+Blue) = 104+115+139=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #68738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68738B is #978C74. Grayscale: #727272. Windows color (decimal): -9931893 or 9139048. OLE color: 9139048.
HSL color Cylindrical-coordinate representation of color #68738B: hue angle of 221.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68738B is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 115 | 139 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.45 |
| HSL | 221.14º | 0.14% | 0.48% | - |
| HSV(B) | 221.14º | 0.25% | 0.55% | - |
| XYZ | 16.5 | 17.07 | 26.85 | - |
| YUV | 114.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 139 | 0.25 | 0.17 | 0 | 0.45 | 221.14 | 0.14 | 0.48 |
| Hex | 68 | 73 | 8B | 19 | 11 | 0 | 2D | DD | E | 30 |
| Octal | 150 | 163 | 213 | 31 | 21 | 0 | 55 | 335 | 16 | 60 |
| Binary | 1101000 | 1110011 | 10001011 | 11001 | 10001 | 0 | 101101 | 11011101 | 1110 | 110000 |
Color Harmonies of #68738B
Complementary color
Monochromatic Colors of #68738B
Black with #68738B
Text Example
Text Example
White with #68738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68738B; }
p { color: rgb(104,115,139); }
H1.HeaderClassName
{
color: #68738B;
}
.AnyTagClassName
{
color: #68738B;
}
</style>
background-color css
<style>
a { background-color: #68738B; }
a { background-color: rgb(104,115,139); }
div.DivClassName
{
background-color: #68738B;
}
.BgClassName
{
background-color: #68738B;
}
</style>
border-color css
<style>
span { border-color: #68738B; }
span { border-color: rgb(104,115,139); }
td.TdClassName
{
border-color: #68738B;
}
.TagClassName
{
border-color: #68738B;
}
</style>