Shades of Waikawa Grey #64758B
Tints of Waikawa Grey #64758B
RGB
CMYK
RGB Variations
Color information
#64758B (or 0x64758B) is known color: Waikawa Grey. HEX triplet: 64, 75 and 8B. RGB value is (100,117,139). Sum of RGB (Red+Green+Blue) = 100+117+139=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #64758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64758B is #9B8A74. Grayscale: #727272. Windows color (decimal): -10193525 or 9139556. OLE color: 9139556.
HSL color Cylindrical-coordinate representation of color #64758B: hue angle of 213.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64758B is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 117 | 139 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.45 |
| HSL | 213.85º | 0.16% | 0.47% | - |
| HSV(B) | 213.85º | 0.28% | 0.55% | - |
| XYZ | 16.28 | 17.3 | 26.91 | - |
| YUV | 114.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 139 | 0.28 | 0.16 | 0 | 0.45 | 213.85 | 0.16 | 0.47 |
| Hex | 64 | 75 | 8B | 1C | 10 | 0 | 2D | D6 | 10 | 2F |
| Octal | 144 | 165 | 213 | 34 | 20 | 0 | 55 | 326 | 20 | 57 |
| Binary | 1100100 | 1110101 | 10001011 | 11100 | 10000 | 0 | 101101 | 11010110 | 10000 | 101111 |
Color Harmonies of #64758B
Complementary color
Monochromatic Colors of #64758B
Black with #64758B
Text Example
Text Example
White with #64758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64758B; }
p { color: rgb(100,117,139); }
H1.HeaderClassName
{
color: #64758B;
}
.AnyTagClassName
{
color: #64758B;
}
</style>
background-color css
<style>
a { background-color: #64758B; }
a { background-color: rgb(100,117,139); }
div.DivClassName
{
background-color: #64758B;
}
.BgClassName
{
background-color: #64758B;
}
</style>
border-color css
<style>
span { border-color: #64758B; }
span { border-color: rgb(100,117,139); }
td.TdClassName
{
border-color: #64758B;
}
.TagClassName
{
border-color: #64758B;
}
</style>