Shades of Waikawa Grey #6479A4
Tints of Waikawa Grey #6479A4
RGB
CMYK
RGB Variations
Color information
#6479A4 (or 0x6479A4) is known color: Waikawa Grey. HEX triplet: 64, 79 and A4. RGB value is (100,121,164). Sum of RGB (Red+Green+Blue) = 100+121+164=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #6479A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6479A4 is #9B865B. Grayscale: #777777. Windows color (decimal): -10192476 or 10778980. OLE color: 10778980.
HSL color Cylindrical-coordinate representation of color #6479A4: hue angle of 220.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6479A4 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 121 | 164 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.36 |
| HSL | 220.31º | 0.26% | 0.52% | - |
| HSV(B) | 220.31º | 0.39% | 0.64% | - |
| XYZ | 18.79 | 19.06 | 37.81 | - |
| YUV | 119.62 | 153.04 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 164 | 0.39 | 0.26 | 0 | 0.36 | 220.31 | 0.26 | 0.52 |
| Hex | 64 | 79 | A4 | 27 | 1A | 0 | 24 | DC | 1A | 34 |
| Octal | 144 | 171 | 244 | 47 | 32 | 0 | 44 | 334 | 32 | 64 |
| Binary | 1100100 | 1111001 | 10100100 | 100111 | 11010 | 0 | 100100 | 11011100 | 11010 | 110100 |
Color Harmonies of #6479A4
Complementary color
Monochromatic Colors of #6479A4
Black with #6479A4
Text Example
Text Example
White with #6479A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6479A4; }
p { color: rgb(100,121,164); }
H1.HeaderClassName
{
color: #6479A4;
}
.AnyTagClassName
{
color: #6479A4;
}
</style>
background-color css
<style>
a { background-color: #6479A4; }
a { background-color: rgb(100,121,164); }
div.DivClassName
{
background-color: #6479A4;
}
.BgClassName
{
background-color: #6479A4;
}
</style>
border-color css
<style>
span { border-color: #6479A4; }
span { border-color: rgb(100,121,164); }
td.TdClassName
{
border-color: #6479A4;
}
.TagClassName
{
border-color: #6479A4;
}
</style>