Shades of Waikawa Grey #617AA4
Tints of Waikawa Grey #617AA4
RGB
CMYK
RGB Variations
Color information
#617AA4 (or 0x617AA4) is known color: Waikawa Grey. HEX triplet: 61, 7A and A4. RGB value is (97,122,164). Sum of RGB (Red+Green+Blue) = 97+122+164=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 164 - color contains mainly: blue. Hex color #617AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617AA4 is #9E855B. Grayscale: #777777. Windows color (decimal): -10388828 or 10779233. OLE color: 10779233.
HSL color Cylindrical-coordinate representation of color #617AA4: hue angle of 217.61º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #617AA4 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 122 | 164 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.36 |
| HSL | 217.61º | 0.27% | 0.51% | - |
| HSV(B) | 217.61º | 0.41% | 0.64% | - |
| XYZ | 18.59 | 19.14 | 37.84 | - |
| YUV | 119.31 | 153.22 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 164 | 0.41 | 0.26 | 0 | 0.36 | 217.61 | 0.27 | 0.51 |
| Hex | 61 | 7A | A4 | 29 | 1A | 0 | 24 | DA | 1B | 33 |
| Octal | 141 | 172 | 244 | 51 | 32 | 0 | 44 | 332 | 33 | 63 |
| Binary | 1100001 | 1111010 | 10100100 | 101001 | 11010 | 0 | 100100 | 11011010 | 11011 | 110011 |
Color Harmonies of #617AA4
Complementary color
Monochromatic Colors of #617AA4
Black with #617AA4
Text Example
Text Example
White with #617AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617AA4; }
p { color: rgb(97,122,164); }
H1.HeaderClassName
{
color: #617AA4;
}
.AnyTagClassName
{
color: #617AA4;
}
</style>
background-color css
<style>
a { background-color: #617AA4; }
a { background-color: rgb(97,122,164); }
div.DivClassName
{
background-color: #617AA4;
}
.BgClassName
{
background-color: #617AA4;
}
</style>
border-color css
<style>
span { border-color: #617AA4; }
span { border-color: rgb(97,122,164); }
td.TdClassName
{
border-color: #617AA4;
}
.TagClassName
{
border-color: #617AA4;
}
</style>