Shades of Waikawa Grey #68739B
Tints of Waikawa Grey #68739B
RGB
CMYK
RGB Variations
Color information
#68739B (or 0x68739B) is known color: Waikawa Grey. HEX triplet: 68, 73 and 9B. RGB value is (104,115,155). Sum of RGB (Red+Green+Blue) = 104+115+155=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #68739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68739B is #978C64. Grayscale: #747474. Windows color (decimal): -9931877 or 10187624. OLE color: 10187624.
HSL color Cylindrical-coordinate representation of color #68739B: hue angle of 227.06º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68739B is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 115 | 155 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.39 |
| HSL | 227.06º | 0.2% | 0.51% | - |
| HSV(B) | 227.06º | 0.33% | 0.61% | - |
| XYZ | 17.76 | 17.57 | 33.47 | - |
| YUV | 116.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 155 | 0.33 | 0.26 | 0 | 0.39 | 227.06 | 0.2 | 0.51 |
| Hex | 68 | 73 | 9B | 21 | 1A | 0 | 27 | E3 | 14 | 33 |
| Octal | 150 | 163 | 233 | 41 | 32 | 0 | 47 | 343 | 24 | 63 |
| Binary | 1101000 | 1110011 | 10011011 | 100001 | 11010 | 0 | 100111 | 11100011 | 10100 | 110011 |
Color Harmonies of #68739B
Complementary color
Monochromatic Colors of #68739B
Black with #68739B
Text Example
Text Example
White with #68739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68739B; }
p { color: rgb(104,115,155); }
H1.HeaderClassName
{
color: #68739B;
}
.AnyTagClassName
{
color: #68739B;
}
</style>
background-color css
<style>
a { background-color: #68739B; }
a { background-color: rgb(104,115,155); }
div.DivClassName
{
background-color: #68739B;
}
.BgClassName
{
background-color: #68739B;
}
</style>
border-color css
<style>
span { border-color: #68739B; }
span { border-color: rgb(104,115,155); }
td.TdClassName
{
border-color: #68739B;
}
.TagClassName
{
border-color: #68739B;
}
</style>