Shades of Waikawa Grey #6579A3
Tints of Waikawa Grey #6579A3
RGB
CMYK
RGB Variations
Color information
#6579A3 (or 0x6579A3) is known color: Waikawa Grey. HEX triplet: 65, 79 and A3. RGB value is (101,121,163). Sum of RGB (Red+Green+Blue) = 101+121+163=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #6579A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6579A3 is #9A865C. Grayscale: #777777. Windows color (decimal): -10126941 or 10713445. OLE color: 10713445.
HSL color Cylindrical-coordinate representation of color #6579A3: hue angle of 220.65º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6579A3 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 121 | 163 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.36 |
| HSL | 220.65º | 0.25% | 0.52% | - |
| HSV(B) | 220.65º | 0.38% | 0.64% | - |
| XYZ | 18.82 | 19.09 | 37.34 | - |
| YUV | 119.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 163 | 0.38 | 0.26 | 0 | 0.36 | 220.65 | 0.25 | 0.52 |
| Hex | 65 | 79 | A3 | 26 | 1A | 0 | 24 | DD | 19 | 34 |
| Octal | 145 | 171 | 243 | 46 | 32 | 0 | 44 | 335 | 31 | 64 |
| Binary | 1100101 | 1111001 | 10100011 | 100110 | 11010 | 0 | 100100 | 11011101 | 11001 | 110100 |
Color Harmonies of #6579A3
Complementary color
Monochromatic Colors of #6579A3
Black with #6579A3
Text Example
Text Example
White with #6579A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6579A3; }
p { color: rgb(101,121,163); }
H1.HeaderClassName
{
color: #6579A3;
}
.AnyTagClassName
{
color: #6579A3;
}
</style>
background-color css
<style>
a { background-color: #6579A3; }
a { background-color: rgb(101,121,163); }
div.DivClassName
{
background-color: #6579A3;
}
.BgClassName
{
background-color: #6579A3;
}
</style>
border-color css
<style>
span { border-color: #6579A3; }
span { border-color: rgb(101,121,163); }
td.TdClassName
{
border-color: #6579A3;
}
.TagClassName
{
border-color: #6579A3;
}
</style>