Shades of Waikawa Grey #676A92
Tints of Waikawa Grey #676A92
RGB
CMYK
RGB Variations
Color information
#676A92 (or 0x676A92) is known color: Waikawa Grey. HEX triplet: 67, 6A and 92. RGB value is (103,106,146). Sum of RGB (Red+Green+Blue) = 103+106+146=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #676A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676A92 is #98956D. Grayscale: #6D6D6D. Windows color (decimal): -9999726 or 9595495. OLE color: 9595495.
HSL color Cylindrical-coordinate representation of color #676A92: hue angle of 235.81º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #676A92 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 106 | 146 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.43 |
| HSL | 235.81º | 0.17% | 0.49% | - |
| HSV(B) | 235.81º | 0.29% | 0.57% | - |
| XYZ | 15.94 | 15.27 | 29.3 | - |
| YUV | 109.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 146 | 0.29 | 0.27 | 0 | 0.43 | 235.81 | 0.17 | 0.49 |
| Hex | 67 | 6A | 92 | 1D | 1B | 0 | 2B | EC | 11 | 31 |
| Octal | 147 | 152 | 222 | 35 | 33 | 0 | 53 | 354 | 21 | 61 |
| Binary | 1100111 | 1101010 | 10010010 | 11101 | 11011 | 0 | 101011 | 11101100 | 10001 | 110001 |
Color Harmonies of #676A92
Complementary color
Monochromatic Colors of #676A92
Black with #676A92
Text Example
Text Example
White with #676A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A92; }
p { color: rgb(103,106,146); }
H1.HeaderClassName
{
color: #676A92;
}
.AnyTagClassName
{
color: #676A92;
}
</style>
background-color css
<style>
a { background-color: #676A92; }
a { background-color: rgb(103,106,146); }
div.DivClassName
{
background-color: #676A92;
}
.BgClassName
{
background-color: #676A92;
}
</style>
border-color css
<style>
span { border-color: #676A92; }
span { border-color: rgb(103,106,146); }
td.TdClassName
{
border-color: #676A92;
}
.TagClassName
{
border-color: #676A92;
}
</style>