Shades of Waikawa Grey #61668F
Tints of Waikawa Grey #61668F
RGB
CMYK
RGB Variations
Color information
#61668F (or 0x61668F) is known color: Waikawa Grey. HEX triplet: 61, 66 and 8F. RGB value is (97,102,143). Sum of RGB (Red+Green+Blue) = 97+102+143=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #61668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61668F is #9E9970. Grayscale: #696969. Windows color (decimal): -10393969 or 9397857. OLE color: 9397857.
HSL color Cylindrical-coordinate representation of color #61668F: hue angle of 233.48º 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 #61668F is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 102 | 143 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.44 |
| HSL | 233.48º | 0.19% | 0.47% | - |
| HSV(B) | 233.48º | 0.32% | 0.56% | - |
| XYZ | 14.64 | 14.03 | 27.92 | - |
| YUV | 105.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 143 | 0.32 | 0.29 | 0 | 0.44 | 233.48 | 0.19 | 0.47 |
| Hex | 61 | 66 | 8F | 20 | 1D | 0 | 2C | E9 | 13 | 2F |
| Octal | 141 | 146 | 217 | 40 | 35 | 0 | 54 | 351 | 23 | 57 |
| Binary | 1100001 | 1100110 | 10001111 | 100000 | 11101 | 0 | 101100 | 11101001 | 10011 | 101111 |
Color Harmonies of #61668F
Complementary color
Monochromatic Colors of #61668F
Black with #61668F
Text Example
Text Example
White with #61668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61668F; }
p { color: rgb(97,102,143); }
H1.HeaderClassName
{
color: #61668F;
}
.AnyTagClassName
{
color: #61668F;
}
</style>
background-color css
<style>
a { background-color: #61668F; }
a { background-color: rgb(97,102,143); }
div.DivClassName
{
background-color: #61668F;
}
.BgClassName
{
background-color: #61668F;
}
</style>
border-color css
<style>
span { border-color: #61668F; }
span { border-color: rgb(97,102,143); }
td.TdClassName
{
border-color: #61668F;
}
.TagClassName
{
border-color: #61668F;
}
</style>