Shades of Waikawa Grey #67769F
Tints of Waikawa Grey #67769F
RGB
CMYK
RGB Variations
Color information
#67769F (or 0x67769F) is known color: Waikawa Grey. HEX triplet: 67, 76 and 9F. RGB value is (103,118,159). Sum of RGB (Red+Green+Blue) = 103+118+159=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #67769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67769F is #988960. Grayscale: #767676. Windows color (decimal): -9996641 or 10450535. OLE color: 10450535.
HSL color Cylindrical-coordinate representation of color #67769F: hue angle of 223.93º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67769F is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 118 | 159 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.38 |
| HSL | 223.93º | 0.23% | 0.51% | - |
| HSV(B) | 223.93º | 0.35% | 0.62% | - |
| XYZ | 18.33 | 18.34 | 35.38 | - |
| YUV | 118.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 159 | 0.35 | 0.26 | 0 | 0.38 | 223.93 | 0.23 | 0.51 |
| Hex | 67 | 76 | 9F | 23 | 1A | 0 | 26 | E0 | 17 | 33 |
| Octal | 147 | 166 | 237 | 43 | 32 | 0 | 46 | 340 | 27 | 63 |
| Binary | 1100111 | 1110110 | 10011111 | 100011 | 11010 | 0 | 100110 | 11100000 | 10111 | 110011 |
Color Harmonies of #67769F
Complementary color
Monochromatic Colors of #67769F
Black with #67769F
Text Example
Text Example
White with #67769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67769F; }
p { color: rgb(103,118,159); }
H1.HeaderClassName
{
color: #67769F;
}
.AnyTagClassName
{
color: #67769F;
}
</style>
background-color css
<style>
a { background-color: #67769F; }
a { background-color: rgb(103,118,159); }
div.DivClassName
{
background-color: #67769F;
}
.BgClassName
{
background-color: #67769F;
}
</style>
border-color css
<style>
span { border-color: #67769F; }
span { border-color: rgb(103,118,159); }
td.TdClassName
{
border-color: #67769F;
}
.TagClassName
{
border-color: #67769F;
}
</style>