Shades of Waikawa Grey #61678F
Tints of Waikawa Grey #61678F
RGB
CMYK
RGB Variations
Color information
#61678F (or 0x61678F) is known color: Waikawa Grey. HEX triplet: 61, 67 and 8F. RGB value is (97,103,143). Sum of RGB (Red+Green+Blue) = 97+103+143=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #61678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61678F is #9E9870. Grayscale: #696969. Windows color (decimal): -10393713 or 9398113. OLE color: 9398113.
HSL color Cylindrical-coordinate representation of color #61678F: hue angle of 232.17º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61678F is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 103 | 143 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.44 |
| HSL | 232.17º | 0.19% | 0.47% | - |
| HSV(B) | 232.17º | 0.32% | 0.56% | - |
| XYZ | 14.74 | 14.23 | 27.96 | - |
| YUV | 105.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 103 | 143 | 0.32 | 0.28 | 0 | 0.44 | 232.17 | 0.19 | 0.47 |
| Hex | 61 | 67 | 8F | 20 | 1C | 0 | 2C | E8 | 13 | 2F |
| Octal | 141 | 147 | 217 | 40 | 34 | 0 | 54 | 350 | 23 | 57 |
| Binary | 1100001 | 1100111 | 10001111 | 100000 | 11100 | 0 | 101100 | 11101000 | 10011 | 101111 |
Color Harmonies of #61678F
Complementary color
Monochromatic Colors of #61678F
Black with #61678F
Text Example
Text Example
White with #61678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61678F; }
p { color: rgb(97,103,143); }
H1.HeaderClassName
{
color: #61678F;
}
.AnyTagClassName
{
color: #61678F;
}
</style>
background-color css
<style>
a { background-color: #61678F; }
a { background-color: rgb(97,103,143); }
div.DivClassName
{
background-color: #61678F;
}
.BgClassName
{
background-color: #61678F;
}
</style>
border-color css
<style>
span { border-color: #61678F; }
span { border-color: rgb(97,103,143); }
td.TdClassName
{
border-color: #61678F;
}
.TagClassName
{
border-color: #61678F;
}
</style>