Shades of Waikawa Grey #646D99
Tints of Waikawa Grey #646D99
RGB
CMYK
RGB Variations
Color information
#646D99 (or 0x646D99) is known color: Waikawa Grey. HEX triplet: 64, 6D and 99. RGB value is (100,109,153). Sum of RGB (Red+Green+Blue) = 100+109+153=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 153 - color contains mainly: blue. Hex color #646D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646D99 is #9B9266. Grayscale: #6F6F6F. Windows color (decimal): -10195559 or 10055012. OLE color: 10055012.
HSL color Cylindrical-coordinate representation of color #646D99: hue angle of 229.81º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646D99 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 109 | 153 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.4 |
| HSL | 229.81º | 0.21% | 0.5% | - |
| HSV(B) | 229.81º | 0.35% | 0.6% | - |
| XYZ | 16.47 | 15.95 | 32.35 | - |
| YUV | 111.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 153 | 0.35 | 0.29 | 0 | 0.4 | 229.81 | 0.21 | 0.5 |
| Hex | 64 | 6D | 99 | 23 | 1D | 0 | 28 | E6 | 15 | 32 |
| Octal | 144 | 155 | 231 | 43 | 35 | 0 | 50 | 346 | 25 | 62 |
| Binary | 1100100 | 1101101 | 10011001 | 100011 | 11101 | 0 | 101000 | 11100110 | 10101 | 110010 |
Color Harmonies of #646D99
Complementary color
Monochromatic Colors of #646D99
Black with #646D99
Text Example
Text Example
White with #646D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D99; }
p { color: rgb(100,109,153); }
H1.HeaderClassName
{
color: #646D99;
}
.AnyTagClassName
{
color: #646D99;
}
</style>
background-color css
<style>
a { background-color: #646D99; }
a { background-color: rgb(100,109,153); }
div.DivClassName
{
background-color: #646D99;
}
.BgClassName
{
background-color: #646D99;
}
</style>
border-color css
<style>
span { border-color: #646D99; }
span { border-color: rgb(100,109,153); }
td.TdClassName
{
border-color: #646D99;
}
.TagClassName
{
border-color: #646D99;
}
</style>