Shades of Waikawa Grey #6A7899
Tints of Waikawa Grey #6A7899
RGB
CMYK
RGB Variations
Color information
#6A7899 (or 0x6A7899) is known color: Waikawa Grey. HEX triplet: 6A, 78 and 99. RGB value is (106,120,153). Sum of RGB (Red+Green+Blue) = 106+120+153=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #6A7899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7899 is #958766. Grayscale: #777777. Windows color (decimal): -9799527 or 10057834. OLE color: 10057834.
HSL color Cylindrical-coordinate representation of color #6A7899: hue angle of 222.13º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A7899 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 106 | 120 | 153 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.4 |
| HSL | 222.13º | 0.19% | 0.51% | - |
| HSV(B) | 222.13º | 0.31% | 0.6% | - |
| XYZ | 18.41 | 18.8 | 32.79 | - |
| YUV | 119.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 153 | 0.31 | 0.22 | 0 | 0.4 | 222.13 | 0.19 | 0.51 |
| Hex | 6A | 78 | 99 | 1F | 16 | 0 | 28 | DE | 13 | 33 |
| Octal | 152 | 170 | 231 | 37 | 26 | 0 | 50 | 336 | 23 | 63 |
| Binary | 1101010 | 1111000 | 10011001 | 11111 | 10110 | 0 | 101000 | 11011110 | 10011 | 110011 |
Color Harmonies of #6A7899
Complementary color
Monochromatic Colors of #6A7899
Black with #6A7899
Text Example
Text Example
White with #6A7899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7899; }
p { color: rgb(106,120,153); }
H1.HeaderClassName
{
color: #6A7899;
}
.AnyTagClassName
{
color: #6A7899;
}
</style>
background-color css
<style>
a { background-color: #6A7899; }
a { background-color: rgb(106,120,153); }
div.DivClassName
{
background-color: #6A7899;
}
.BgClassName
{
background-color: #6A7899;
}
</style>
border-color css
<style>
span { border-color: #6A7899; }
span { border-color: rgb(106,120,153); }
td.TdClassName
{
border-color: #6A7899;
}
.TagClassName
{
border-color: #6A7899;
}
</style>