Shades of Waikawa Grey #666F9D
Tints of Waikawa Grey #666F9D
RGB
CMYK
RGB Variations
Color information
#666F9D (or 0x666F9D) is known color: Waikawa Grey. HEX triplet: 66, 6F and 9D. RGB value is (102,111,157). Sum of RGB (Red+Green+Blue) = 102+111+157=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #666F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F9D is #999062. Grayscale: #717171. Windows color (decimal): -10063971 or 10317670. OLE color: 10317670.
HSL color Cylindrical-coordinate representation of color #666F9D: hue angle of 230.18º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666F9D is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 111 | 157 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.38 |
| HSL | 230.18º | 0.22% | 0.51% | - |
| HSV(B) | 230.18º | 0.35% | 0.62% | - |
| XYZ | 17.25 | 16.63 | 34.2 | - |
| YUV | 113.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 157 | 0.35 | 0.29 | 0 | 0.38 | 230.18 | 0.22 | 0.51 |
| Hex | 66 | 6F | 9D | 23 | 1D | 0 | 26 | E6 | 16 | 33 |
| Octal | 146 | 157 | 235 | 43 | 35 | 0 | 46 | 346 | 26 | 63 |
| Binary | 1100110 | 1101111 | 10011101 | 100011 | 11101 | 0 | 100110 | 11100110 | 10110 | 110011 |
Color Harmonies of #666F9D
Complementary color
Monochromatic Colors of #666F9D
Black with #666F9D
Text Example
Text Example
White with #666F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F9D; }
p { color: rgb(102,111,157); }
H1.HeaderClassName
{
color: #666F9D;
}
.AnyTagClassName
{
color: #666F9D;
}
</style>
background-color css
<style>
a { background-color: #666F9D; }
a { background-color: rgb(102,111,157); }
div.DivClassName
{
background-color: #666F9D;
}
.BgClassName
{
background-color: #666F9D;
}
</style>
border-color css
<style>
span { border-color: #666F9D; }
span { border-color: rgb(102,111,157); }
td.TdClassName
{
border-color: #666F9D;
}
.TagClassName
{
border-color: #666F9D;
}
</style>