Shades of Waikawa Grey #616B98
Tints of Waikawa Grey #616B98
RGB
CMYK
RGB Variations
Color information
#616B98 (or 0x616B98) is known color: Waikawa Grey. HEX triplet: 61, 6B and 98. RGB value is (97,107,152). Sum of RGB (Red+Green+Blue) = 97+107+152=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #616B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616B98 is #9E9467. Grayscale: #6C6C6C. Windows color (decimal): -10392680 or 9988961. OLE color: 9988961.
HSL color Cylindrical-coordinate representation of color #616B98: hue angle of 229.09º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616B98 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 107 | 152 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.40 |
| HSL | 229.09º | 0.22% | 0.49% | - |
| HSV(B) | 229.09º | 0.36% | 0.6% | - |
| XYZ | 15.85 | 15.32 | 31.83 | - |
| YUV | 109.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 152 | 0.36 | 0.30 | 0 | 0.40 | 229.09 | 0.22 | 0.49 |
| Hex | 61 | 6B | 98 | 24 | 1E | 0 | 28 | E5 | 16 | 31 |
| Octal | 141 | 153 | 230 | 44 | 36 | 0 | 50 | 345 | 26 | 61 |
| Binary | 1100001 | 1101011 | 10011000 | 100100 | 11110 | 0 | 101000 | 11100101 | 10110 | 110001 |
Color Harmonies of #616B98
Complementary color
Monochromatic Colors of #616B98
Black with #616B98
Text Example
Text Example
White with #616B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B98; }
p { color: rgb(97,107,152); }
H1.HeaderClassName
{
color: #616B98;
}
.AnyTagClassName
{
color: #616B98;
}
</style>
background-color css
<style>
a { background-color: #616B98; }
a { background-color: rgb(97,107,152); }
div.DivClassName
{
background-color: #616B98;
}
.BgClassName
{
background-color: #616B98;
}
</style>
border-color css
<style>
span { border-color: #616B98; }
span { border-color: rgb(97,107,152); }
td.TdClassName
{
border-color: #616B98;
}
.TagClassName
{
border-color: #616B98;
}
</style>