Shades of Waikawa Grey #666F85
Tints of Waikawa Grey #666F85
RGB
CMYK
RGB Variations
Color information
#666F85 (or 0x666F85) is known color: Waikawa Grey. HEX triplet: 66, 6F and 85. RGB value is (102,111,133). Sum of RGB (Red+Green+Blue) = 102+111+133=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #666F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F85 is #99907A. Grayscale: #6E6E6E. Windows color (decimal): -10063995 or 8744806. OLE color: 8744806.
HSL color Cylindrical-coordinate representation of color #666F85: hue angle of 222.58º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666F85 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 111 | 133 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.48 |
| HSL | 222.58º | 0.13% | 0.46% | - |
| HSV(B) | 222.58º | 0.23% | 0.52% | - |
| XYZ | 15.4 | 15.89 | 24.45 | - |
| YUV | 110.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 133 | 0.23 | 0.17 | 0 | 0.48 | 222.58 | 0.13 | 0.46 |
| Hex | 66 | 6F | 85 | 17 | 11 | 0 | 30 | DF | D | 2E |
| Octal | 146 | 157 | 205 | 27 | 21 | 0 | 60 | 337 | 15 | 56 |
| Binary | 1100110 | 1101111 | 10000101 | 10111 | 10001 | 0 | 110000 | 11011111 | 1101 | 101110 |
Color Harmonies of #666F85
Complementary color
Monochromatic Colors of #666F85
Black with #666F85
Text Example
Text Example
White with #666F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F85; }
p { color: rgb(102,111,133); }
H1.HeaderClassName
{
color: #666F85;
}
.AnyTagClassName
{
color: #666F85;
}
</style>
background-color css
<style>
a { background-color: #666F85; }
a { background-color: rgb(102,111,133); }
div.DivClassName
{
background-color: #666F85;
}
.BgClassName
{
background-color: #666F85;
}
</style>
border-color css
<style>
span { border-color: #666F85; }
span { border-color: rgb(102,111,133); }
td.TdClassName
{
border-color: #666F85;
}
.TagClassName
{
border-color: #666F85;
}
</style>