Shades of Waikawa Grey #66739D
Tints of Waikawa Grey #66739D
RGB
CMYK
RGB Variations
Color information
#66739D (or 0x66739D) is known color: Waikawa Grey. HEX triplet: 66, 73 and 9D. RGB value is (102,115,157). Sum of RGB (Red+Green+Blue) = 102+115+157=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #66739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66739D is #998C62. Grayscale: #737373. Windows color (decimal): -10062947 or 10318694. OLE color: 10318694.
HSL color Cylindrical-coordinate representation of color #66739D: hue angle of 225.82º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66739D is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 115 | 157 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.38 |
| HSL | 225.82º | 0.22% | 0.51% | - |
| HSV(B) | 225.82º | 0.35% | 0.62% | - |
| XYZ | 17.7 | 17.52 | 34.35 | - |
| YUV | 115.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 157 | 0.35 | 0.27 | 0 | 0.38 | 225.82 | 0.22 | 0.51 |
| Hex | 66 | 73 | 9D | 23 | 1B | 0 | 26 | E2 | 16 | 33 |
| Octal | 146 | 163 | 235 | 43 | 33 | 0 | 46 | 342 | 26 | 63 |
| Binary | 1100110 | 1110011 | 10011101 | 100011 | 11011 | 0 | 100110 | 11100010 | 10110 | 110011 |
Color Harmonies of #66739D
Complementary color
Monochromatic Colors of #66739D
Black with #66739D
Text Example
Text Example
White with #66739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66739D; }
p { color: rgb(102,115,157); }
H1.HeaderClassName
{
color: #66739D;
}
.AnyTagClassName
{
color: #66739D;
}
</style>
background-color css
<style>
a { background-color: #66739D; }
a { background-color: rgb(102,115,157); }
div.DivClassName
{
background-color: #66739D;
}
.BgClassName
{
background-color: #66739D;
}
</style>
border-color css
<style>
span { border-color: #66739D; }
span { border-color: rgb(102,115,157); }
td.TdClassName
{
border-color: #66739D;
}
.TagClassName
{
border-color: #66739D;
}
</style>