Shades of Waikawa Grey #66738B
Tints of Waikawa Grey #66738B
RGB
CMYK
RGB Variations
Color information
#66738B (or 0x66738B) is known color: Waikawa Grey. HEX triplet: 66, 73 and 8B. RGB value is (102,115,139). Sum of RGB (Red+Green+Blue) = 102+115+139=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #66738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66738B is #998C74. Grayscale: #717171. Windows color (decimal): -10062965 or 9139046. OLE color: 9139046.
HSL color Cylindrical-coordinate representation of color #66738B: hue angle of 218.92º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66738B is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 115 | 139 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.45 |
| HSL | 218.92º | 0.15% | 0.47% | - |
| HSV(B) | 218.92º | 0.27% | 0.55% | - |
| XYZ | 16.27 | 16.95 | 26.84 | - |
| YUV | 113.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 139 | 0.27 | 0.17 | 0 | 0.45 | 218.92 | 0.15 | 0.47 |
| Hex | 66 | 73 | 8B | 1B | 11 | 0 | 2D | DB | F | 2F |
| Octal | 146 | 163 | 213 | 33 | 21 | 0 | 55 | 333 | 17 | 57 |
| Binary | 1100110 | 1110011 | 10001011 | 11011 | 10001 | 0 | 101101 | 11011011 | 1111 | 101111 |
Color Harmonies of #66738B
Complementary color
Monochromatic Colors of #66738B
Black with #66738B
Text Example
Text Example
White with #66738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66738B; }
p { color: rgb(102,115,139); }
H1.HeaderClassName
{
color: #66738B;
}
.AnyTagClassName
{
color: #66738B;
}
</style>
background-color css
<style>
a { background-color: #66738B; }
a { background-color: rgb(102,115,139); }
div.DivClassName
{
background-color: #66738B;
}
.BgClassName
{
background-color: #66738B;
}
</style>
border-color css
<style>
span { border-color: #66738B; }
span { border-color: rgb(102,115,139); }
td.TdClassName
{
border-color: #66738B;
}
.TagClassName
{
border-color: #66738B;
}
</style>