Shades of Waikawa Grey #64748B
Tints of Waikawa Grey #64748B
RGB
CMYK
RGB Variations
Color information
#64748B (or 0x64748B) is known color: Waikawa Grey. HEX triplet: 64, 74 and 8B. RGB value is (100,116,139). Sum of RGB (Red+Green+Blue) = 100+116+139=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #64748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64748B is #9B8B74. Grayscale: #717171. Windows color (decimal): -10193781 or 9139300. OLE color: 9139300.
HSL color Cylindrical-coordinate representation of color #64748B: hue angle of 215.38º 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 #64748B is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 116 | 139 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.45 |
| HSL | 215.38º | 0.16% | 0.47% | - |
| HSV(B) | 215.38º | 0.28% | 0.55% | - |
| XYZ | 16.16 | 17.06 | 26.87 | - |
| YUV | 113.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 116 | 139 | 0.28 | 0.17 | 0 | 0.45 | 215.38 | 0.16 | 0.47 |
| Hex | 64 | 74 | 8B | 1C | 11 | 0 | 2D | D7 | 10 | 2F |
| Octal | 144 | 164 | 213 | 34 | 21 | 0 | 55 | 327 | 20 | 57 |
| Binary | 1100100 | 1110100 | 10001011 | 11100 | 10001 | 0 | 101101 | 11010111 | 10000 | 101111 |
Color Harmonies of #64748B
Complementary color
Monochromatic Colors of #64748B
Black with #64748B
Text Example
Text Example
White with #64748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64748B; }
p { color: rgb(100,116,139); }
H1.HeaderClassName
{
color: #64748B;
}
.AnyTagClassName
{
color: #64748B;
}
</style>
background-color css
<style>
a { background-color: #64748B; }
a { background-color: rgb(100,116,139); }
div.DivClassName
{
background-color: #64748B;
}
.BgClassName
{
background-color: #64748B;
}
</style>
border-color css
<style>
span { border-color: #64748B; }
span { border-color: rgb(100,116,139); }
td.TdClassName
{
border-color: #64748B;
}
.TagClassName
{
border-color: #64748B;
}
</style>