Shades of Waikawa Grey #666B92
Tints of Waikawa Grey #666B92
RGB
CMYK
RGB Variations
Color information
#666B92 (or 0x666B92) is known color: Waikawa Grey. HEX triplet: 66, 6B and 92. RGB value is (102,107,146). Sum of RGB (Red+Green+Blue) = 102+107+146=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #666B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B92 is #99946D. Grayscale: #6D6D6D. Windows color (decimal): -10065006 or 9595750. OLE color: 9595750.
HSL color Cylindrical-coordinate representation of color #666B92: hue angle of 233.18º 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 #666B92 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 107 | 146 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.43 |
| HSL | 233.18º | 0.18% | 0.49% | - |
| HSV(B) | 233.18º | 0.3% | 0.57% | - |
| XYZ | 15.93 | 15.42 | 29.33 | - |
| YUV | 109.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 146 | 0.30 | 0.27 | 0 | 0.43 | 233.18 | 0.18 | 0.49 |
| Hex | 66 | 6B | 92 | 1E | 1B | 0 | 2B | E9 | 12 | 31 |
| Octal | 146 | 153 | 222 | 36 | 33 | 0 | 53 | 351 | 22 | 61 |
| Binary | 1100110 | 1101011 | 10010010 | 11110 | 11011 | 0 | 101011 | 11101001 | 10010 | 110001 |
Color Harmonies of #666B92
Complementary color
Monochromatic Colors of #666B92
Black with #666B92
Text Example
Text Example
White with #666B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B92; }
p { color: rgb(102,107,146); }
H1.HeaderClassName
{
color: #666B92;
}
.AnyTagClassName
{
color: #666B92;
}
</style>
background-color css
<style>
a { background-color: #666B92; }
a { background-color: rgb(102,107,146); }
div.DivClassName
{
background-color: #666B92;
}
.BgClassName
{
background-color: #666B92;
}
</style>
border-color css
<style>
span { border-color: #666B92; }
span { border-color: rgb(102,107,146); }
td.TdClassName
{
border-color: #666B92;
}
.TagClassName
{
border-color: #666B92;
}
</style>