Shades of Waikawa Grey #666B85
Tints of Waikawa Grey #666B85
RGB
CMYK
RGB Variations
Color information
#666B85 (or 0x666B85) is known color: Waikawa Grey. HEX triplet: 66, 6B and 85. RGB value is (102,107,133). Sum of RGB (Red+Green+Blue) = 102+107+133=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #666B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B85 is #99947A. Grayscale: #6C6C6C. Windows color (decimal): -10065019 or 8743782. OLE color: 8743782.
HSL color Cylindrical-coordinate representation of color #666B85: hue angle of 230.32º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666B85 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 107 | 133 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.48 |
| HSL | 230.32º | 0.13% | 0.46% | - |
| HSV(B) | 230.32º | 0.23% | 0.52% | - |
| XYZ | 14.97 | 15.03 | 24.3 | - |
| YUV | 108.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 133 | 0.23 | 0.20 | 0 | 0.48 | 230.32 | 0.13 | 0.46 |
| Hex | 66 | 6B | 85 | 17 | 14 | 0 | 30 | E6 | D | 2E |
| Octal | 146 | 153 | 205 | 27 | 24 | 0 | 60 | 346 | 15 | 56 |
| Binary | 1100110 | 1101011 | 10000101 | 10111 | 10100 | 0 | 110000 | 11100110 | 1101 | 101110 |
Color Harmonies of #666B85
Complementary color
Monochromatic Colors of #666B85
Black with #666B85
Text Example
Text Example
White with #666B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B85; }
p { color: rgb(102,107,133); }
H1.HeaderClassName
{
color: #666B85;
}
.AnyTagClassName
{
color: #666B85;
}
</style>
background-color css
<style>
a { background-color: #666B85; }
a { background-color: rgb(102,107,133); }
div.DivClassName
{
background-color: #666B85;
}
.BgClassName
{
background-color: #666B85;
}
</style>
border-color css
<style>
span { border-color: #666B85; }
span { border-color: rgb(102,107,133); }
td.TdClassName
{
border-color: #666B85;
}
.TagClassName
{
border-color: #666B85;
}
</style>