Shades of Waikawa Grey #66708A
Tints of Waikawa Grey #66708A
RGB
CMYK
RGB Variations
Color information
#66708A (or 0x66708A) is known color: Waikawa Grey. HEX triplet: 66, 70 and 8A. RGB value is (102,112,138). Sum of RGB (Red+Green+Blue) = 102+112+138=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #66708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66708A is #998F75. Grayscale: #6F6F6F. Windows color (decimal): -10063734 or 9072742. OLE color: 9072742.
HSL color Cylindrical-coordinate representation of color #66708A: hue angle of 223.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66708A is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 112 | 138 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.46 |
| HSL | 223.33º | 0.15% | 0.47% | - |
| HSV(B) | 223.33º | 0.26% | 0.54% | - |
| XYZ | 15.86 | 16.25 | 26.34 | - |
| YUV | 111.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 138 | 0.26 | 0.19 | 0 | 0.46 | 223.33 | 0.15 | 0.47 |
| Hex | 66 | 70 | 8A | 1A | 13 | 0 | 2E | DF | F | 2F |
| Octal | 146 | 160 | 212 | 32 | 23 | 0 | 56 | 337 | 17 | 57 |
| Binary | 1100110 | 1110000 | 10001010 | 11010 | 10011 | 0 | 101110 | 11011111 | 1111 | 101111 |
Color Harmonies of #66708A
Complementary color
Monochromatic Colors of #66708A
Black with #66708A
Text Example
Text Example
White with #66708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66708A; }
p { color: rgb(102,112,138); }
H1.HeaderClassName
{
color: #66708A;
}
.AnyTagClassName
{
color: #66708A;
}
</style>
background-color css
<style>
a { background-color: #66708A; }
a { background-color: rgb(102,112,138); }
div.DivClassName
{
background-color: #66708A;
}
.BgClassName
{
background-color: #66708A;
}
</style>
border-color css
<style>
span { border-color: #66708A; }
span { border-color: rgb(102,112,138); }
td.TdClassName
{
border-color: #66708A;
}
.TagClassName
{
border-color: #66708A;
}
</style>