Shades of Waikawa Grey #667A9D
Tints of Waikawa Grey #667A9D
RGB
CMYK
RGB Variations
Color information
#667A9D (or 0x667A9D) is known color: Waikawa Grey. HEX triplet: 66, 7A and 9D. RGB value is (102,122,157). Sum of RGB (Red+Green+Blue) = 102+122+157=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #667A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A9D is #998562. Grayscale: #777777. Windows color (decimal): -10061155 or 10320486. OLE color: 10320486.
HSL color Cylindrical-coordinate representation of color #667A9D: hue angle of 218.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 #667A9D is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 122 | 157 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.38 |
| HSL | 218.18º | 0.22% | 0.51% | - |
| HSV(B) | 218.18º | 0.35% | 0.62% | - |
| XYZ | 18.52 | 19.18 | 34.62 | - |
| YUV | 120.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 157 | 0.35 | 0.22 | 0 | 0.38 | 218.18 | 0.22 | 0.51 |
| Hex | 66 | 7A | 9D | 23 | 16 | 0 | 26 | DA | 16 | 33 |
| Octal | 146 | 172 | 235 | 43 | 26 | 0 | 46 | 332 | 26 | 63 |
| Binary | 1100110 | 1111010 | 10011101 | 100011 | 10110 | 0 | 100110 | 11011010 | 10110 | 110011 |
Color Harmonies of #667A9D
Complementary color
Monochromatic Colors of #667A9D
Black with #667A9D
Text Example
Text Example
White with #667A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667A9D; }
p { color: rgb(102,122,157); }
H1.HeaderClassName
{
color: #667A9D;
}
.AnyTagClassName
{
color: #667A9D;
}
</style>
background-color css
<style>
a { background-color: #667A9D; }
a { background-color: rgb(102,122,157); }
div.DivClassName
{
background-color: #667A9D;
}
.BgClassName
{
background-color: #667A9D;
}
</style>
border-color css
<style>
span { border-color: #667A9D; }
span { border-color: rgb(102,122,157); }
td.TdClassName
{
border-color: #667A9D;
}
.TagClassName
{
border-color: #667A9D;
}
</style>