Shades of Waikawa Grey #66738F
Tints of Waikawa Grey #66738F
RGB
CMYK
RGB Variations
Color information
#66738F (or 0x66738F) is known color: Waikawa Grey. HEX triplet: 66, 73 and 8F. RGB value is (102,115,143). Sum of RGB (Red+Green+Blue) = 102+115+143=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #66738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66738F is #998C70. Grayscale: #727272. Windows color (decimal): -10062961 or 9401190. OLE color: 9401190.
HSL color Cylindrical-coordinate representation of color #66738F: hue angle of 220.98º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66738F is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 115 | 143 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.44 |
| HSL | 220.98º | 0.17% | 0.48% | - |
| HSV(B) | 220.98º | 0.29% | 0.56% | - |
| XYZ | 16.57 | 17.07 | 28.41 | - |
| YUV | 114.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 143 | 0.29 | 0.20 | 0 | 0.44 | 220.98 | 0.17 | 0.48 |
| Hex | 66 | 73 | 8F | 1D | 14 | 0 | 2C | DD | 11 | 30 |
| Octal | 146 | 163 | 217 | 35 | 24 | 0 | 54 | 335 | 21 | 60 |
| Binary | 1100110 | 1110011 | 10001111 | 11101 | 10100 | 0 | 101100 | 11011101 | 10001 | 110000 |
Color Harmonies of #66738F
Complementary color
Monochromatic Colors of #66738F
Black with #66738F
Text Example
Text Example
White with #66738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66738F; }
p { color: rgb(102,115,143); }
H1.HeaderClassName
{
color: #66738F;
}
.AnyTagClassName
{
color: #66738F;
}
</style>
background-color css
<style>
a { background-color: #66738F; }
a { background-color: rgb(102,115,143); }
div.DivClassName
{
background-color: #66738F;
}
.BgClassName
{
background-color: #66738F;
}
</style>
border-color css
<style>
span { border-color: #66738F; }
span { border-color: rgb(102,115,143); }
td.TdClassName
{
border-color: #66738F;
}
.TagClassName
{
border-color: #66738F;
}
</style>