Shades of Waikawa Grey #666F8B
Tints of Waikawa Grey #666F8B
RGB
CMYK
RGB Variations
Color information
#666F8B (or 0x666F8B) is known color: Waikawa Grey. HEX triplet: 66, 6F and 8B. RGB value is (102,111,139). Sum of RGB (Red+Green+Blue) = 102+111+139=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #666F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F8B is #999074. Grayscale: #6F6F6F. Windows color (decimal): -10063989 or 9138022. OLE color: 9138022.
HSL color Cylindrical-coordinate representation of color #666F8B: hue angle of 225.41º 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 #666F8B is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 111 | 139 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.45 |
| HSL | 225.41º | 0.15% | 0.47% | - |
| HSV(B) | 225.41º | 0.27% | 0.55% | - |
| XYZ | 15.82 | 16.06 | 26.69 | - |
| YUV | 111.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 139 | 0.27 | 0.20 | 0 | 0.45 | 225.41 | 0.15 | 0.47 |
| Hex | 66 | 6F | 8B | 1B | 14 | 0 | 2D | E1 | F | 2F |
| Octal | 146 | 157 | 213 | 33 | 24 | 0 | 55 | 341 | 17 | 57 |
| Binary | 1100110 | 1101111 | 10001011 | 11011 | 10100 | 0 | 101101 | 11100001 | 1111 | 101111 |
Color Harmonies of #666F8B
Complementary color
Monochromatic Colors of #666F8B
Black with #666F8B
Text Example
Text Example
White with #666F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F8B; }
p { color: rgb(102,111,139); }
H1.HeaderClassName
{
color: #666F8B;
}
.AnyTagClassName
{
color: #666F8B;
}
</style>
background-color css
<style>
a { background-color: #666F8B; }
a { background-color: rgb(102,111,139); }
div.DivClassName
{
background-color: #666F8B;
}
.BgClassName
{
background-color: #666F8B;
}
</style>
border-color css
<style>
span { border-color: #666F8B; }
span { border-color: rgb(102,111,139); }
td.TdClassName
{
border-color: #666F8B;
}
.TagClassName
{
border-color: #666F8B;
}
</style>