Shades of Waikawa Grey #68748F
Tints of Waikawa Grey #68748F
RGB
CMYK
RGB Variations
Color information
#68748F (or 0x68748F) is known color: Waikawa Grey. HEX triplet: 68, 74 and 8F. RGB value is (104,116,143). Sum of RGB (Red+Green+Blue) = 104+116+143=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #68748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68748F is #978B70. Grayscale: #737373. Windows color (decimal): -9931633 or 9401448. OLE color: 9401448.
HSL color Cylindrical-coordinate representation of color #68748F: hue angle of 221.54º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68748F is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 116 | 143 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.44 |
| HSL | 221.54º | 0.16% | 0.48% | - |
| HSV(B) | 221.54º | 0.27% | 0.56% | - |
| XYZ | 16.91 | 17.42 | 28.46 | - |
| YUV | 115.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 143 | 0.27 | 0.19 | 0 | 0.44 | 221.54 | 0.16 | 0.48 |
| Hex | 68 | 74 | 8F | 1B | 13 | 0 | 2C | DE | 10 | 30 |
| Octal | 150 | 164 | 217 | 33 | 23 | 0 | 54 | 336 | 20 | 60 |
| Binary | 1101000 | 1110100 | 10001111 | 11011 | 10011 | 0 | 101100 | 11011110 | 10000 | 110000 |
Color Harmonies of #68748F
Complementary color
Monochromatic Colors of #68748F
Black with #68748F
Text Example
Text Example
White with #68748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68748F; }
p { color: rgb(104,116,143); }
H1.HeaderClassName
{
color: #68748F;
}
.AnyTagClassName
{
color: #68748F;
}
</style>
background-color css
<style>
a { background-color: #68748F; }
a { background-color: rgb(104,116,143); }
div.DivClassName
{
background-color: #68748F;
}
.BgClassName
{
background-color: #68748F;
}
</style>
border-color css
<style>
span { border-color: #68748F; }
span { border-color: rgb(104,116,143); }
td.TdClassName
{
border-color: #68748F;
}
.TagClassName
{
border-color: #68748F;
}
</style>