Shades of Waikawa Grey #64688C
Tints of Waikawa Grey #64688C
RGB
CMYK
RGB Variations
Color information
#64688C (or 0x64688C) is known color: Waikawa Grey. HEX triplet: 64, 68 and 8C. RGB value is (100,104,140). Sum of RGB (Red+Green+Blue) = 100+104+140=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #64688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64688C is #9B9773. Grayscale: #6A6A6A. Windows color (decimal): -10196852 or 9201764. OLE color: 9201764.
HSL color Cylindrical-coordinate representation of color #64688C: hue angle of 234º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64688C is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 104 | 140 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.45 |
| HSL | 234º | 0.17% | 0.47% | - |
| HSV(B) | 234º | 0.29% | 0.55% | - |
| XYZ | 14.94 | 14.5 | 26.82 | - |
| YUV | 106.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 140 | 0.29 | 0.26 | 0 | 0.45 | 234 | 0.17 | 0.47 |
| Hex | 64 | 68 | 8C | 1D | 1A | 0 | 2D | EA | 11 | 2F |
| Octal | 144 | 150 | 214 | 35 | 32 | 0 | 55 | 352 | 21 | 57 |
| Binary | 1100100 | 1101000 | 10001100 | 11101 | 11010 | 0 | 101101 | 11101010 | 10001 | 101111 |
Color Harmonies of #64688C
Complementary color
Monochromatic Colors of #64688C
Black with #64688C
Text Example
Text Example
White with #64688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64688C; }
p { color: rgb(100,104,140); }
H1.HeaderClassName
{
color: #64688C;
}
.AnyTagClassName
{
color: #64688C;
}
</style>
background-color css
<style>
a { background-color: #64688C; }
a { background-color: rgb(100,104,140); }
div.DivClassName
{
background-color: #64688C;
}
.BgClassName
{
background-color: #64688C;
}
</style>
border-color css
<style>
span { border-color: #64688C; }
span { border-color: rgb(100,104,140); }
td.TdClassName
{
border-color: #64688C;
}
.TagClassName
{
border-color: #64688C;
}
</style>