Shades of Waikawa Grey #6B769E
Tints of Waikawa Grey #6B769E
RGB
CMYK
RGB Variations
Color information
#6B769E (or 0x6B769E) is known color: Waikawa Grey. HEX triplet: 6B, 76 and 9E. RGB value is (107,118,158). Sum of RGB (Red+Green+Blue) = 107+118+158=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B769E is #948961. Grayscale: #777777. Windows color (decimal): -9734498 or 10385003. OLE color: 10385003.
HSL color Cylindrical-coordinate representation of color #6B769E: hue angle of 227.06º 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 #6B769E is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 118 | 158 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.38 |
| HSL | 227.06º | 0.21% | 0.52% | - |
| HSV(B) | 227.06º | 0.32% | 0.62% | - |
| XYZ | 18.71 | 18.55 | 34.94 | - |
| YUV | 119.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 158 | 0.32 | 0.25 | 0 | 0.38 | 227.06 | 0.21 | 0.52 |
| Hex | 6B | 76 | 9E | 20 | 19 | 0 | 26 | E3 | 15 | 34 |
| Octal | 153 | 166 | 236 | 40 | 31 | 0 | 46 | 343 | 25 | 64 |
| Binary | 1101011 | 1110110 | 10011110 | 100000 | 11001 | 0 | 100110 | 11100011 | 10101 | 110100 |
Color Harmonies of #6B769E
Complementary color
Monochromatic Colors of #6B769E
Black with #6B769E
Text Example
Text Example
White with #6B769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B769E; }
p { color: rgb(107,118,158); }
H1.HeaderClassName
{
color: #6B769E;
}
.AnyTagClassName
{
color: #6B769E;
}
</style>
background-color css
<style>
a { background-color: #6B769E; }
a { background-color: rgb(107,118,158); }
div.DivClassName
{
background-color: #6B769E;
}
.BgClassName
{
background-color: #6B769E;
}
</style>
border-color css
<style>
span { border-color: #6B769E; }
span { border-color: rgb(107,118,158); }
td.TdClassName
{
border-color: #6B769E;
}
.TagClassName
{
border-color: #6B769E;
}
</style>