Shades of Waikawa Grey #6B789E
Tints of Waikawa Grey #6B789E
RGB
CMYK
RGB Variations
Color information
#6B789E (or 0x6B789E) is known color: Waikawa Grey. HEX triplet: 6B, 78 and 9E. RGB value is (107,120,158). Sum of RGB (Red+Green+Blue) = 107+120+158=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B789E is #948761. Grayscale: #787878. Windows color (decimal): -9733986 or 10385515. OLE color: 10385515.
HSL color Cylindrical-coordinate representation of color #6B789E: hue angle of 224.71º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B789E is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 120 | 158 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.38 |
| HSL | 224.71º | 0.21% | 0.52% | - |
| HSV(B) | 224.71º | 0.32% | 0.62% | - |
| XYZ | 18.95 | 19.03 | 35.02 | - |
| YUV | 120.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 120 | 158 | 0.32 | 0.24 | 0 | 0.38 | 224.71 | 0.21 | 0.52 |
| Hex | 6B | 78 | 9E | 20 | 18 | 0 | 26 | E1 | 15 | 34 |
| Octal | 153 | 170 | 236 | 40 | 30 | 0 | 46 | 341 | 25 | 64 |
| Binary | 1101011 | 1111000 | 10011110 | 100000 | 11000 | 0 | 100110 | 11100001 | 10101 | 110100 |
Color Harmonies of #6B789E
Complementary color
Monochromatic Colors of #6B789E
Black with #6B789E
Text Example
Text Example
White with #6B789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B789E; }
p { color: rgb(107,120,158); }
H1.HeaderClassName
{
color: #6B789E;
}
.AnyTagClassName
{
color: #6B789E;
}
</style>
background-color css
<style>
a { background-color: #6B789E; }
a { background-color: rgb(107,120,158); }
div.DivClassName
{
background-color: #6B789E;
}
.BgClassName
{
background-color: #6B789E;
}
</style>
border-color css
<style>
span { border-color: #6B789E; }
span { border-color: rgb(107,120,158); }
td.TdClassName
{
border-color: #6B789E;
}
.TagClassName
{
border-color: #6B789E;
}
</style>