Shades of Waikawa Grey #66749C
Tints of Waikawa Grey #66749C
RGB
CMYK
RGB Variations
Color information
#66749C (or 0x66749C) is known color: Waikawa Grey. HEX triplet: 66, 74 and 9C. RGB value is (102,116,156). Sum of RGB (Red+Green+Blue) = 102+116+156=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #66749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66749C is #998B63. Grayscale: #747474. Windows color (decimal): -10062692 or 10253414. OLE color: 10253414.
HSL color Cylindrical-coordinate representation of color #66749C: hue angle of 224.44º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66749C is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 116 | 156 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.39 |
| HSL | 224.44º | 0.21% | 0.51% | - |
| HSV(B) | 224.44º | 0.35% | 0.61% | - |
| XYZ | 17.73 | 17.72 | 33.94 | - |
| YUV | 116.37 | 150.36 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 156 | 0.35 | 0.26 | 0 | 0.39 | 224.44 | 0.21 | 0.51 |
| Hex | 66 | 74 | 9C | 23 | 1A | 0 | 27 | E0 | 15 | 33 |
| Octal | 146 | 164 | 234 | 43 | 32 | 0 | 47 | 340 | 25 | 63 |
| Binary | 1100110 | 1110100 | 10011100 | 100011 | 11010 | 0 | 100111 | 11100000 | 10101 | 110011 |
Color Harmonies of #66749C
Complementary color
Monochromatic Colors of #66749C
Black with #66749C
Text Example
Text Example
White with #66749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66749C; }
p { color: rgb(102,116,156); }
H1.HeaderClassName
{
color: #66749C;
}
.AnyTagClassName
{
color: #66749C;
}
</style>
background-color css
<style>
a { background-color: #66749C; }
a { background-color: rgb(102,116,156); }
div.DivClassName
{
background-color: #66749C;
}
.BgClassName
{
background-color: #66749C;
}
</style>
border-color css
<style>
span { border-color: #66749C; }
span { border-color: rgb(102,116,156); }
td.TdClassName
{
border-color: #66749C;
}
.TagClassName
{
border-color: #66749C;
}
</style>