Shades of Waikawa Grey #64749B
Tints of Waikawa Grey #64749B
RGB
CMYK
RGB Variations
Color information
#64749B (or 0x64749B) is known color: Waikawa Grey. HEX triplet: 64, 74 and 9B. RGB value is (100,116,155). Sum of RGB (Red+Green+Blue) = 100+116+155=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #64749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64749B is #9B8B64. Grayscale: #737373. Windows color (decimal): -10193765 or 10187876. OLE color: 10187876.
HSL color Cylindrical-coordinate representation of color #64749B: hue angle of 222.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64749B is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 116 | 155 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.39 |
| HSL | 222.55º | 0.22% | 0.5% | - |
| HSV(B) | 222.55º | 0.35% | 0.61% | - |
| XYZ | 17.42 | 17.57 | 33.48 | - |
| YUV | 115.66 | 150.2 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 116 | 155 | 0.35 | 0.25 | 0 | 0.39 | 222.55 | 0.22 | 0.5 |
| Hex | 64 | 74 | 9B | 23 | 19 | 0 | 27 | DF | 16 | 32 |
| Octal | 144 | 164 | 233 | 43 | 31 | 0 | 47 | 337 | 26 | 62 |
| Binary | 1100100 | 1110100 | 10011011 | 100011 | 11001 | 0 | 100111 | 11011111 | 10110 | 110010 |
Color Harmonies of #64749B
Complementary color
Monochromatic Colors of #64749B
Black with #64749B
Text Example
Text Example
White with #64749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64749B; }
p { color: rgb(100,116,155); }
H1.HeaderClassName
{
color: #64749B;
}
.AnyTagClassName
{
color: #64749B;
}
</style>
background-color css
<style>
a { background-color: #64749B; }
a { background-color: rgb(100,116,155); }
div.DivClassName
{
background-color: #64749B;
}
.BgClassName
{
background-color: #64749B;
}
</style>
border-color css
<style>
span { border-color: #64749B; }
span { border-color: rgb(100,116,155); }
td.TdClassName
{
border-color: #64749B;
}
.TagClassName
{
border-color: #64749B;
}
</style>