Shades of Waikawa Grey #65739C
Tints of Waikawa Grey #65739C
RGB
CMYK
RGB Variations
Color information
#65739C (or 0x65739C) is known color: Waikawa Grey. HEX triplet: 65, 73 and 9C. RGB value is (101,115,156). Sum of RGB (Red+Green+Blue) = 101+115+156=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #65739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65739C is #9A8C63. Grayscale: #737373. Windows color (decimal): -10128484 or 10253157. OLE color: 10253157.
HSL color Cylindrical-coordinate representation of color #65739C: hue angle of 224.73º 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 #65739C is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 115 | 156 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.39 |
| HSL | 224.73º | 0.22% | 0.5% | - |
| HSV(B) | 224.73º | 0.35% | 0.61% | - |
| XYZ | 17.5 | 17.43 | 33.89 | - |
| YUV | 115.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 156 | 0.35 | 0.26 | 0 | 0.39 | 224.73 | 0.22 | 0.5 |
| Hex | 65 | 73 | 9C | 23 | 1A | 0 | 27 | E1 | 16 | 32 |
| Octal | 145 | 163 | 234 | 43 | 32 | 0 | 47 | 341 | 26 | 62 |
| Binary | 1100101 | 1110011 | 10011100 | 100011 | 11010 | 0 | 100111 | 11100001 | 10110 | 110010 |
Color Harmonies of #65739C
Complementary color
Monochromatic Colors of #65739C
Black with #65739C
Text Example
Text Example
White with #65739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65739C; }
p { color: rgb(101,115,156); }
H1.HeaderClassName
{
color: #65739C;
}
.AnyTagClassName
{
color: #65739C;
}
</style>
background-color css
<style>
a { background-color: #65739C; }
a { background-color: rgb(101,115,156); }
div.DivClassName
{
background-color: #65739C;
}
.BgClassName
{
background-color: #65739C;
}
</style>
border-color css
<style>
span { border-color: #65739C; }
span { border-color: rgb(101,115,156); }
td.TdClassName
{
border-color: #65739C;
}
.TagClassName
{
border-color: #65739C;
}
</style>