Shades of Waikawa Grey #666D8B
Tints of Waikawa Grey #666D8B
RGB
CMYK
RGB Variations
Color information
#666D8B (or 0x666D8B) is known color: Waikawa Grey. HEX triplet: 66, 6D and 8B. RGB value is (102,109,139). Sum of RGB (Red+Green+Blue) = 102+109+139=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #666D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666D8B is #999274. Grayscale: #6E6E6E. Windows color (decimal): -10064501 or 9137510. OLE color: 9137510.
HSL color Cylindrical-coordinate representation of color #666D8B: hue angle of 228.65º 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 #666D8B is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 109 | 139 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.45 |
| HSL | 228.65º | 0.15% | 0.47% | - |
| HSV(B) | 228.65º | 0.27% | 0.55% | - |
| XYZ | 15.61 | 15.63 | 26.62 | - |
| YUV | 110.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 139 | 0.27 | 0.22 | 0 | 0.45 | 228.65 | 0.15 | 0.47 |
| Hex | 66 | 6D | 8B | 1B | 16 | 0 | 2D | E5 | F | 2F |
| Octal | 146 | 155 | 213 | 33 | 26 | 0 | 55 | 345 | 17 | 57 |
| Binary | 1100110 | 1101101 | 10001011 | 11011 | 10110 | 0 | 101101 | 11100101 | 1111 | 101111 |
Color Harmonies of #666D8B
Complementary color
Monochromatic Colors of #666D8B
Black with #666D8B
Text Example
Text Example
White with #666D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666D8B; }
p { color: rgb(102,109,139); }
H1.HeaderClassName
{
color: #666D8B;
}
.AnyTagClassName
{
color: #666D8B;
}
</style>
background-color css
<style>
a { background-color: #666D8B; }
a { background-color: rgb(102,109,139); }
div.DivClassName
{
background-color: #666D8B;
}
.BgClassName
{
background-color: #666D8B;
}
</style>
border-color css
<style>
span { border-color: #666D8B; }
span { border-color: rgb(102,109,139); }
td.TdClassName
{
border-color: #666D8B;
}
.TagClassName
{
border-color: #666D8B;
}
</style>