Shades of Waikawa Grey #65749C
Tints of Waikawa Grey #65749C
RGB
CMYK
RGB Variations
Color information
#65749C (or 0x65749C) is known color: Waikawa Grey. HEX triplet: 65, 74 and 9C. RGB value is (101,116,156). Sum of RGB (Red+Green+Blue) = 101+116+156=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #65749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65749C is #9A8B63. Grayscale: #737373. Windows color (decimal): -10128228 or 10253413. OLE color: 10253413.
HSL color Cylindrical-coordinate representation of color #65749C: hue angle of 223.64º 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 #65749C is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 116 | 156 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.39 |
| HSL | 223.64º | 0.22% | 0.5% | - |
| HSV(B) | 223.64º | 0.35% | 0.61% | - |
| XYZ | 17.61 | 17.66 | 33.93 | - |
| YUV | 116.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 156 | 0.35 | 0.26 | 0 | 0.39 | 223.64 | 0.22 | 0.5 |
| Hex | 65 | 74 | 9C | 23 | 1A | 0 | 27 | E0 | 16 | 32 |
| Octal | 145 | 164 | 234 | 43 | 32 | 0 | 47 | 340 | 26 | 62 |
| Binary | 1100101 | 1110100 | 10011100 | 100011 | 11010 | 0 | 100111 | 11100000 | 10110 | 110010 |
Color Harmonies of #65749C
Complementary color
Monochromatic Colors of #65749C
Black with #65749C
Text Example
Text Example
White with #65749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65749C; }
p { color: rgb(101,116,156); }
H1.HeaderClassName
{
color: #65749C;
}
.AnyTagClassName
{
color: #65749C;
}
</style>
background-color css
<style>
a { background-color: #65749C; }
a { background-color: rgb(101,116,156); }
div.DivClassName
{
background-color: #65749C;
}
.BgClassName
{
background-color: #65749C;
}
</style>
border-color css
<style>
span { border-color: #65749C; }
span { border-color: rgb(101,116,156); }
td.TdClassName
{
border-color: #65749C;
}
.TagClassName
{
border-color: #65749C;
}
</style>