Shades of Waikawa Grey #607BA2
Tints of Waikawa Grey #607BA2
RGB
CMYK
RGB Variations
Color information
#607BA2 (or 0x607BA2) is known color: Waikawa Grey. HEX triplet: 60, 7B and A2. RGB value is (96,123,162). Sum of RGB (Red+Green+Blue) = 96+123+162=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 162 - color contains mainly: blue. Hex color #607BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BA2 is #9F845D. Grayscale: #777777. Windows color (decimal): -10454110 or 10648416. OLE color: 10648416.
HSL color Cylindrical-coordinate representation of color #607BA2: hue angle of 215.45º degrees, saturation: 0.26, 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 #607BA2 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 123 | 162 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.36 |
| HSL | 215.45º | 0.26% | 0.51% | - |
| HSV(B) | 215.45º | 0.41% | 0.64% | - |
| XYZ | 18.43 | 19.26 | 36.93 | - |
| YUV | 119.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 162 | 0.41 | 0.24 | 0 | 0.36 | 215.45 | 0.26 | 0.51 |
| Hex | 60 | 7B | A2 | 29 | 18 | 0 | 24 | D7 | 1A | 33 |
| Octal | 140 | 173 | 242 | 51 | 30 | 0 | 44 | 327 | 32 | 63 |
| Binary | 1100000 | 1111011 | 10100010 | 101001 | 11000 | 0 | 100100 | 11010111 | 11010 | 110011 |
Color Harmonies of #607BA2
Complementary color
Monochromatic Colors of #607BA2
Black with #607BA2
Text Example
Text Example
White with #607BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607BA2; }
p { color: rgb(96,123,162); }
H1.HeaderClassName
{
color: #607BA2;
}
.AnyTagClassName
{
color: #607BA2;
}
</style>
background-color css
<style>
a { background-color: #607BA2; }
a { background-color: rgb(96,123,162); }
div.DivClassName
{
background-color: #607BA2;
}
.BgClassName
{
background-color: #607BA2;
}
</style>
border-color css
<style>
span { border-color: #607BA2; }
span { border-color: rgb(96,123,162); }
td.TdClassName
{
border-color: #607BA2;
}
.TagClassName
{
border-color: #607BA2;
}
</style>