Shades of Waikawa Grey #666F93
Tints of Waikawa Grey #666F93
RGB
CMYK
RGB Variations
Color information
#666F93 (or 0x666F93) is known color: Waikawa Grey. HEX triplet: 66, 6F and 93. RGB value is (102,111,147). Sum of RGB (Red+Green+Blue) = 102+111+147=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #666F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F93 is #99906C. Grayscale: #707070. Windows color (decimal): -10063981 or 9662310. OLE color: 9662310.
HSL color Cylindrical-coordinate representation of color #666F93: hue angle of 228º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666F93 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 111 | 147 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.42 |
| HSL | 228º | 0.18% | 0.49% | - |
| HSV(B) | 228º | 0.31% | 0.58% | - |
| XYZ | 16.43 | 16.3 | 29.88 | - |
| YUV | 112.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 147 | 0.31 | 0.24 | 0 | 0.42 | 228 | 0.18 | 0.49 |
| Hex | 66 | 6F | 93 | 1F | 18 | 0 | 2A | E4 | 12 | 31 |
| Octal | 146 | 157 | 223 | 37 | 30 | 0 | 52 | 344 | 22 | 61 |
| Binary | 1100110 | 1101111 | 10010011 | 11111 | 11000 | 0 | 101010 | 11100100 | 10010 | 110001 |
Color Harmonies of #666F93
Complementary color
Monochromatic Colors of #666F93
Black with #666F93
Text Example
Text Example
White with #666F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F93; }
p { color: rgb(102,111,147); }
H1.HeaderClassName
{
color: #666F93;
}
.AnyTagClassName
{
color: #666F93;
}
</style>
background-color css
<style>
a { background-color: #666F93; }
a { background-color: rgb(102,111,147); }
div.DivClassName
{
background-color: #666F93;
}
.BgClassName
{
background-color: #666F93;
}
</style>
border-color css
<style>
span { border-color: #666F93; }
span { border-color: rgb(102,111,147); }
td.TdClassName
{
border-color: #666F93;
}
.TagClassName
{
border-color: #666F93;
}
</style>