Shades of Waikawa Grey #67749A
Tints of Waikawa Grey #67749A
RGB
CMYK
RGB Variations
Color information
#67749A (or 0x67749A) is known color: Waikawa Grey. HEX triplet: 67, 74 and 9A. RGB value is (103,116,154). Sum of RGB (Red+Green+Blue) = 103+116+154=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #67749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67749A is #988B65. Grayscale: #747474. Windows color (decimal): -9997158 or 10122343. OLE color: 10122343.
HSL color Cylindrical-coordinate representation of color #67749A: hue angle of 224.71º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67749A is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 116 | 154 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.40 |
| HSL | 224.71º | 0.2% | 0.5% | - |
| HSV(B) | 224.71º | 0.33% | 0.6% | - |
| XYZ | 17.67 | 17.71 | 33.06 | - |
| YUV | 116.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 116 | 154 | 0.33 | 0.25 | 0 | 0.40 | 224.71 | 0.2 | 0.5 |
| Hex | 67 | 74 | 9A | 21 | 19 | 0 | 28 | E1 | 14 | 32 |
| Octal | 147 | 164 | 232 | 41 | 31 | 0 | 50 | 341 | 24 | 62 |
| Binary | 1100111 | 1110100 | 10011010 | 100001 | 11001 | 0 | 101000 | 11100001 | 10100 | 110010 |
Color Harmonies of #67749A
Complementary color
Monochromatic Colors of #67749A
Black with #67749A
Text Example
Text Example
White with #67749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67749A; }
p { color: rgb(103,116,154); }
H1.HeaderClassName
{
color: #67749A;
}
.AnyTagClassName
{
color: #67749A;
}
</style>
background-color css
<style>
a { background-color: #67749A; }
a { background-color: rgb(103,116,154); }
div.DivClassName
{
background-color: #67749A;
}
.BgClassName
{
background-color: #67749A;
}
</style>
border-color css
<style>
span { border-color: #67749A; }
span { border-color: rgb(103,116,154); }
td.TdClassName
{
border-color: #67749A;
}
.TagClassName
{
border-color: #67749A;
}
</style>