Shades of Waikawa Grey #61689B
Tints of Waikawa Grey #61689B
RGB
CMYK
RGB Variations
Color information
#61689B (or 0x61689B) is known color: Waikawa Grey. HEX triplet: 61, 68 and 9B. RGB value is (97,104,155). Sum of RGB (Red+Green+Blue) = 97+104+155=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #61689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61689B is #9E9764. Grayscale: #6B6B6B. Windows color (decimal): -10393445 or 10184801. OLE color: 10184801.
HSL color Cylindrical-coordinate representation of color #61689B: hue angle of 232.76º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61689B is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 104 | 155 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.39 |
| HSL | 232.76º | 0.23% | 0.49% | - |
| HSV(B) | 232.76º | 0.37% | 0.61% | - |
| XYZ | 15.8 | 14.81 | 33.04 | - |
| YUV | 107.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 155 | 0.37 | 0.33 | 0 | 0.39 | 232.76 | 0.23 | 0.49 |
| Hex | 61 | 68 | 9B | 25 | 21 | 0 | 27 | E9 | 17 | 31 |
| Octal | 141 | 150 | 233 | 45 | 41 | 0 | 47 | 351 | 27 | 61 |
| Binary | 1100001 | 1101000 | 10011011 | 100101 | 100001 | 0 | 100111 | 11101001 | 10111 | 110001 |
Color Harmonies of #61689B
Complementary color
Monochromatic Colors of #61689B
Black with #61689B
Text Example
Text Example
White with #61689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61689B; }
p { color: rgb(97,104,155); }
H1.HeaderClassName
{
color: #61689B;
}
.AnyTagClassName
{
color: #61689B;
}
</style>
background-color css
<style>
a { background-color: #61689B; }
a { background-color: rgb(97,104,155); }
div.DivClassName
{
background-color: #61689B;
}
.BgClassName
{
background-color: #61689B;
}
</style>
border-color css
<style>
span { border-color: #61689B; }
span { border-color: rgb(97,104,155); }
td.TdClassName
{
border-color: #61689B;
}
.TagClassName
{
border-color: #61689B;
}
</style>