Shades of Waikawa Grey #67789C
Tints of Waikawa Grey #67789C
RGB
CMYK
RGB Variations
Color information
#67789C (or 0x67789C) is known color: Waikawa Grey. HEX triplet: 67, 78 and 9C. RGB value is (103,120,156). Sum of RGB (Red+Green+Blue) = 103+120+156=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #67789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67789C is #988763. Grayscale: #767676. Windows color (decimal): -9996132 or 10254439. OLE color: 10254439.
HSL color Cylindrical-coordinate representation of color #67789C: hue angle of 220.75º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67789C is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 120 | 156 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.39 |
| HSL | 220.75º | 0.21% | 0.51% | - |
| HSV(B) | 220.75º | 0.34% | 0.61% | - |
| XYZ | 18.31 | 18.72 | 34.1 | - |
| YUV | 119.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 120 | 156 | 0.34 | 0.23 | 0 | 0.39 | 220.75 | 0.21 | 0.51 |
| Hex | 67 | 78 | 9C | 22 | 17 | 0 | 27 | DD | 15 | 33 |
| Octal | 147 | 170 | 234 | 42 | 27 | 0 | 47 | 335 | 25 | 63 |
| Binary | 1100111 | 1111000 | 10011100 | 100010 | 10111 | 0 | 100111 | 11011101 | 10101 | 110011 |
Color Harmonies of #67789C
Complementary color
Monochromatic Colors of #67789C
Black with #67789C
Text Example
Text Example
White with #67789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67789C; }
p { color: rgb(103,120,156); }
H1.HeaderClassName
{
color: #67789C;
}
.AnyTagClassName
{
color: #67789C;
}
</style>
background-color css
<style>
a { background-color: #67789C; }
a { background-color: rgb(103,120,156); }
div.DivClassName
{
background-color: #67789C;
}
.BgClassName
{
background-color: #67789C;
}
</style>
border-color css
<style>
span { border-color: #67789C; }
span { border-color: rgb(103,120,156); }
td.TdClassName
{
border-color: #67789C;
}
.TagClassName
{
border-color: #67789C;
}
</style>