Shades of Waikawa Grey #6B7094
Tints of Waikawa Grey #6B7094
RGB
CMYK
RGB Variations
Color information
#6B7094 (or 0x6B7094) is known color: Waikawa Grey. HEX triplet: 6B, 70 and 94. RGB value is (107,112,148). Sum of RGB (Red+Green+Blue) = 107+112+148=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B7094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7094 is #948F6B. Grayscale: #727272. Windows color (decimal): -9736044 or 9728107. OLE color: 9728107.
HSL color Cylindrical-coordinate representation of color #6B7094: hue angle of 232.68º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B7094 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 112 | 148 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.42 |
| HSL | 232.68º | 0.16% | 0.5% | - |
| HSV(B) | 232.68º | 0.28% | 0.58% | - |
| XYZ | 17.2 | 16.85 | 30.36 | - |
| YUV | 114.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 148 | 0.28 | 0.24 | 0 | 0.42 | 232.68 | 0.16 | 0.5 |
| Hex | 6B | 70 | 94 | 1C | 18 | 0 | 2A | E9 | 10 | 32 |
| Octal | 153 | 160 | 224 | 34 | 30 | 0 | 52 | 351 | 20 | 62 |
| Binary | 1101011 | 1110000 | 10010100 | 11100 | 11000 | 0 | 101010 | 11101001 | 10000 | 110010 |
Color Harmonies of #6B7094
Complementary color
Monochromatic Colors of #6B7094
Black with #6B7094
Text Example
Text Example
White with #6B7094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7094; }
p { color: rgb(107,112,148); }
H1.HeaderClassName
{
color: #6B7094;
}
.AnyTagClassName
{
color: #6B7094;
}
</style>
background-color css
<style>
a { background-color: #6B7094; }
a { background-color: rgb(107,112,148); }
div.DivClassName
{
background-color: #6B7094;
}
.BgClassName
{
background-color: #6B7094;
}
</style>
border-color css
<style>
span { border-color: #6B7094; }
span { border-color: rgb(107,112,148); }
td.TdClassName
{
border-color: #6B7094;
}
.TagClassName
{
border-color: #6B7094;
}
</style>