Shades of Waikawa Grey #68749D
Tints of Waikawa Grey #68749D
RGB
CMYK
RGB Variations
Color information
#68749D (or 0x68749D) is known color: Waikawa Grey. HEX triplet: 68, 74 and 9D. RGB value is (104,116,157). Sum of RGB (Red+Green+Blue) = 104+116+157=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #68749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68749D is #978B62. Grayscale: #747474. Windows color (decimal): -9931619 or 10318952. OLE color: 10318952.
HSL color Cylindrical-coordinate representation of color #68749D: hue angle of 226.42º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68749D is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 116 | 157 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.38 |
| HSL | 226.42º | 0.21% | 0.51% | - |
| HSV(B) | 226.42º | 0.34% | 0.62% | - |
| XYZ | 18.04 | 17.87 | 34.4 | - |
| YUV | 117.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 157 | 0.34 | 0.26 | 0 | 0.38 | 226.42 | 0.21 | 0.51 |
| Hex | 68 | 74 | 9D | 22 | 1A | 0 | 26 | E2 | 15 | 33 |
| Octal | 150 | 164 | 235 | 42 | 32 | 0 | 46 | 342 | 25 | 63 |
| Binary | 1101000 | 1110100 | 10011101 | 100010 | 11010 | 0 | 100110 | 11100010 | 10101 | 110011 |
Color Harmonies of #68749D
Complementary color
Monochromatic Colors of #68749D
Black with #68749D
Text Example
Text Example
White with #68749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68749D; }
p { color: rgb(104,116,157); }
H1.HeaderClassName
{
color: #68749D;
}
.AnyTagClassName
{
color: #68749D;
}
</style>
background-color css
<style>
a { background-color: #68749D; }
a { background-color: rgb(104,116,157); }
div.DivClassName
{
background-color: #68749D;
}
.BgClassName
{
background-color: #68749D;
}
</style>
border-color css
<style>
span { border-color: #68749D; }
span { border-color: rgb(104,116,157); }
td.TdClassName
{
border-color: #68749D;
}
.TagClassName
{
border-color: #68749D;
}
</style>