Shades of Waikawa Grey #677AA1
Tints of Waikawa Grey #677AA1
RGB
CMYK
RGB Variations
Color information
#677AA1 (or 0x677AA1) is known color: Waikawa Grey. HEX triplet: 67, 7A and A1. RGB value is (103,122,161). Sum of RGB (Red+Green+Blue) = 103+122+161=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #677AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677AA1 is #98855E. Grayscale: #787878. Windows color (decimal): -9995615 or 10582631. OLE color: 10582631.
HSL color Cylindrical-coordinate representation of color #677AA1: hue angle of 220.34º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #677AA1 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 122 | 161 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.37 |
| HSL | 220.34º | 0.24% | 0.52% | - |
| HSV(B) | 220.34º | 0.36% | 0.63% | - |
| XYZ | 18.99 | 19.38 | 36.46 | - |
| YUV | 120.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 122 | 161 | 0.36 | 0.24 | 0 | 0.37 | 220.34 | 0.24 | 0.52 |
| Hex | 67 | 7A | A1 | 24 | 18 | 0 | 25 | DC | 18 | 34 |
| Octal | 147 | 172 | 241 | 44 | 30 | 0 | 45 | 334 | 30 | 64 |
| Binary | 1100111 | 1111010 | 10100001 | 100100 | 11000 | 0 | 100101 | 11011100 | 11000 | 110100 |
Color Harmonies of #677AA1
Complementary color
Monochromatic Colors of #677AA1
Black with #677AA1
Text Example
Text Example
White with #677AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677AA1; }
p { color: rgb(103,122,161); }
H1.HeaderClassName
{
color: #677AA1;
}
.AnyTagClassName
{
color: #677AA1;
}
</style>
background-color css
<style>
a { background-color: #677AA1; }
a { background-color: rgb(103,122,161); }
div.DivClassName
{
background-color: #677AA1;
}
.BgClassName
{
background-color: #677AA1;
}
</style>
border-color css
<style>
span { border-color: #677AA1; }
span { border-color: rgb(103,122,161); }
td.TdClassName
{
border-color: #677AA1;
}
.TagClassName
{
border-color: #677AA1;
}
</style>