Shades of Waikawa Grey #666D92
Tints of Waikawa Grey #666D92
RGB
CMYK
RGB Variations
Color information
#666D92 (or 0x666D92) is known color: Waikawa Grey. HEX triplet: 66, 6D and 92. RGB value is (102,109,146). Sum of RGB (Red+Green+Blue) = 102+109+146=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #666D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D92 is #99926D. Grayscale: #6E6E6E. Windows color (decimal): -10064494 or 9596262. OLE color: 9596262.
HSL color Cylindrical-coordinate representation of color #666D92: hue angle of 230.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #666D92 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 109 | 146 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.43 |
| HSL | 230.45º | 0.18% | 0.49% | - |
| HSV(B) | 230.45º | 0.3% | 0.57% | - |
| XYZ | 16.14 | 15.84 | 29.4 | - |
| YUV | 111.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 146 | 0.30 | 0.25 | 0 | 0.43 | 230.45 | 0.18 | 0.49 |
| Hex | 66 | 6D | 92 | 1E | 19 | 0 | 2B | E6 | 12 | 31 |
| Octal | 146 | 155 | 222 | 36 | 31 | 0 | 53 | 346 | 22 | 61 |
| Binary | 1100110 | 1101101 | 10010010 | 11110 | 11001 | 0 | 101011 | 11100110 | 10010 | 110001 |
Color Harmonies of #666D92
Complementary color
Monochromatic Colors of #666D92
Black with #666D92
Text Example
Text Example
White with #666D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D92; }
p { color: rgb(102,109,146); }
H1.HeaderClassName
{
color: #666D92;
}
.AnyTagClassName
{
color: #666D92;
}
</style>
background-color css
<style>
a { background-color: #666D92; }
a { background-color: rgb(102,109,146); }
div.DivClassName
{
background-color: #666D92;
}
.BgClassName
{
background-color: #666D92;
}
</style>
border-color css
<style>
span { border-color: #666D92; }
span { border-color: rgb(102,109,146); }
td.TdClassName
{
border-color: #666D92;
}
.TagClassName
{
border-color: #666D92;
}
</style>