Shades of Waikawa Grey #6B7691
Tints of Waikawa Grey #6B7691
RGB
CMYK
RGB Variations
Color information
#6B7691 (or 0x6B7691) is known color: Waikawa Grey. HEX triplet: 6B, 76 and 91. RGB value is (107,118,145). Sum of RGB (Red+Green+Blue) = 107+118+145=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B7691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7691 is #94896E. Grayscale: #757575. Windows color (decimal): -9734511 or 9533035. OLE color: 9533035.
HSL color Cylindrical-coordinate representation of color #6B7691: hue angle of 222.63º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B7691 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 118 | 145 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.43 |
| HSL | 222.63º | 0.15% | 0.49% | - |
| HSV(B) | 222.63º | 0.26% | 0.57% | - |
| XYZ | 17.65 | 18.13 | 29.36 | - |
| YUV | 117.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 145 | 0.26 | 0.19 | 0 | 0.43 | 222.63 | 0.15 | 0.49 |
| Hex | 6B | 76 | 91 | 1A | 13 | 0 | 2B | DF | F | 31 |
| Octal | 153 | 166 | 221 | 32 | 23 | 0 | 53 | 337 | 17 | 61 |
| Binary | 1101011 | 1110110 | 10010001 | 11010 | 10011 | 0 | 101011 | 11011111 | 1111 | 110001 |
Color Harmonies of #6B7691
Complementary color
Monochromatic Colors of #6B7691
Black with #6B7691
Text Example
Text Example
White with #6B7691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7691; }
p { color: rgb(107,118,145); }
H1.HeaderClassName
{
color: #6B7691;
}
.AnyTagClassName
{
color: #6B7691;
}
</style>
background-color css
<style>
a { background-color: #6B7691; }
a { background-color: rgb(107,118,145); }
div.DivClassName
{
background-color: #6B7691;
}
.BgClassName
{
background-color: #6B7691;
}
</style>
border-color css
<style>
span { border-color: #6B7691; }
span { border-color: rgb(107,118,145); }
td.TdClassName
{
border-color: #6B7691;
}
.TagClassName
{
border-color: #6B7691;
}
</style>