Shades of Waikawa Grey #647AA4
Tints of Waikawa Grey #647AA4
RGB
CMYK
RGB Variations
Color information
#647AA4 (or 0x647AA4) is known color: Waikawa Grey. HEX triplet: 64, 7A and A4. RGB value is (100,122,164). Sum of RGB (Red+Green+Blue) = 100+122+164=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #647AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647AA4 is #9B855B. Grayscale: #787878. Windows color (decimal): -10192220 or 10779236. OLE color: 10779236.
HSL color Cylindrical-coordinate representation of color #647AA4: hue angle of 219.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #647AA4 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 122 | 164 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.36 |
| HSL | 219.38º | 0.26% | 0.52% | - |
| HSV(B) | 219.38º | 0.39% | 0.64% | - |
| XYZ | 18.92 | 19.31 | 37.85 | - |
| YUV | 120.21 | 152.71 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 164 | 0.39 | 0.26 | 0 | 0.36 | 219.38 | 0.26 | 0.52 |
| Hex | 64 | 7A | A4 | 27 | 1A | 0 | 24 | DB | 1A | 34 |
| Octal | 144 | 172 | 244 | 47 | 32 | 0 | 44 | 333 | 32 | 64 |
| Binary | 1100100 | 1111010 | 10100100 | 100111 | 11010 | 0 | 100100 | 11011011 | 11010 | 110100 |
Color Harmonies of #647AA4
Complementary color
Monochromatic Colors of #647AA4
Black with #647AA4
Text Example
Text Example
White with #647AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647AA4; }
p { color: rgb(100,122,164); }
H1.HeaderClassName
{
color: #647AA4;
}
.AnyTagClassName
{
color: #647AA4;
}
</style>
background-color css
<style>
a { background-color: #647AA4; }
a { background-color: rgb(100,122,164); }
div.DivClassName
{
background-color: #647AA4;
}
.BgClassName
{
background-color: #647AA4;
}
</style>
border-color css
<style>
span { border-color: #647AA4; }
span { border-color: rgb(100,122,164); }
td.TdClassName
{
border-color: #647AA4;
}
.TagClassName
{
border-color: #647AA4;
}
</style>