Shades of Waikawa Grey #666E8B
Tints of Waikawa Grey #666E8B
RGB
CMYK
RGB Variations
Color information
#666E8B (or 0x666E8B) is known color: Waikawa Grey. HEX triplet: 66, 6E and 8B. RGB value is (102,110,139). Sum of RGB (Red+Green+Blue) = 102+110+139=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #666E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666E8B is #999174. Grayscale: #6E6E6E. Windows color (decimal): -10064245 or 9137766. OLE color: 9137766.
HSL color Cylindrical-coordinate representation of color #666E8B: hue angle of 227.03º 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 #666E8B is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 110 | 139 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.45 |
| HSL | 227.03º | 0.15% | 0.47% | - |
| HSV(B) | 227.03º | 0.27% | 0.55% | - |
| XYZ | 15.72 | 15.84 | 26.66 | - |
| YUV | 110.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 139 | 0.27 | 0.21 | 0 | 0.45 | 227.03 | 0.15 | 0.47 |
| Hex | 66 | 6E | 8B | 1B | 15 | 0 | 2D | E3 | F | 2F |
| Octal | 146 | 156 | 213 | 33 | 25 | 0 | 55 | 343 | 17 | 57 |
| Binary | 1100110 | 1101110 | 10001011 | 11011 | 10101 | 0 | 101101 | 11100011 | 1111 | 101111 |
Color Harmonies of #666E8B
Complementary color
Monochromatic Colors of #666E8B
Black with #666E8B
Text Example
Text Example
White with #666E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E8B; }
p { color: rgb(102,110,139); }
H1.HeaderClassName
{
color: #666E8B;
}
.AnyTagClassName
{
color: #666E8B;
}
</style>
background-color css
<style>
a { background-color: #666E8B; }
a { background-color: rgb(102,110,139); }
div.DivClassName
{
background-color: #666E8B;
}
.BgClassName
{
background-color: #666E8B;
}
</style>
border-color css
<style>
span { border-color: #666E8B; }
span { border-color: rgb(102,110,139); }
td.TdClassName
{
border-color: #666E8B;
}
.TagClassName
{
border-color: #666E8B;
}
</style>