Shades of Waikawa Grey #68748B
Tints of Waikawa Grey #68748B
RGB
CMYK
RGB Variations
Color information
#68748B (or 0x68748B) is known color: Waikawa Grey. HEX triplet: 68, 74 and 8B. RGB value is (104,116,139). Sum of RGB (Red+Green+Blue) = 104+116+139=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #68748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68748B is #978B74. Grayscale: #727272. Windows color (decimal): -9931637 or 9139304. OLE color: 9139304.
HSL color Cylindrical-coordinate representation of color #68748B: hue angle of 219.43º 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 #68748B is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 116 | 139 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.45 |
| HSL | 219.43º | 0.14% | 0.48% | - |
| HSV(B) | 219.43º | 0.25% | 0.55% | - |
| XYZ | 16.61 | 17.3 | 26.89 | - |
| YUV | 115.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 139 | 0.25 | 0.17 | 0 | 0.45 | 219.43 | 0.14 | 0.48 |
| Hex | 68 | 74 | 8B | 19 | 11 | 0 | 2D | DB | E | 30 |
| Octal | 150 | 164 | 213 | 31 | 21 | 0 | 55 | 333 | 16 | 60 |
| Binary | 1101000 | 1110100 | 10001011 | 11001 | 10001 | 0 | 101101 | 11011011 | 1110 | 110000 |
Color Harmonies of #68748B
Complementary color
Monochromatic Colors of #68748B
Black with #68748B
Text Example
Text Example
White with #68748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68748B; }
p { color: rgb(104,116,139); }
H1.HeaderClassName
{
color: #68748B;
}
.AnyTagClassName
{
color: #68748B;
}
</style>
background-color css
<style>
a { background-color: #68748B; }
a { background-color: rgb(104,116,139); }
div.DivClassName
{
background-color: #68748B;
}
.BgClassName
{
background-color: #68748B;
}
</style>
border-color css
<style>
span { border-color: #68748B; }
span { border-color: rgb(104,116,139); }
td.TdClassName
{
border-color: #68748B;
}
.TagClassName
{
border-color: #68748B;
}
</style>