Shades of Waikawa Grey #6B6F91
Tints of Waikawa Grey #6B6F91
RGB
CMYK
RGB Variations
Color information
#6B6F91 (or 0x6B6F91) is known color: Waikawa Grey. HEX triplet: 6B, 6F and 91. RGB value is (107,111,145). Sum of RGB (Red+Green+Blue) = 107+111+145=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B6F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6F91 is #94906E. Grayscale: #717171. Windows color (decimal): -9736303 or 9531243. OLE color: 9531243.
HSL color Cylindrical-coordinate representation of color #6B6F91: hue angle of 233.68º 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 #6B6F91 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 111 | 145 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.43 |
| HSL | 233.68º | 0.15% | 0.49% | - |
| HSV(B) | 233.68º | 0.26% | 0.57% | - |
| XYZ | 16.86 | 16.54 | 29.09 | - |
| YUV | 113.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 145 | 0.26 | 0.23 | 0 | 0.43 | 233.68 | 0.15 | 0.49 |
| Hex | 6B | 6F | 91 | 1A | 17 | 0 | 2B | EA | F | 31 |
| Octal | 153 | 157 | 221 | 32 | 27 | 0 | 53 | 352 | 17 | 61 |
| Binary | 1101011 | 1101111 | 10010001 | 11010 | 10111 | 0 | 101011 | 11101010 | 1111 | 110001 |
Color Harmonies of #6B6F91
Complementary color
Monochromatic Colors of #6B6F91
Black with #6B6F91
Text Example
Text Example
White with #6B6F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6F91; }
p { color: rgb(107,111,145); }
H1.HeaderClassName
{
color: #6B6F91;
}
.AnyTagClassName
{
color: #6B6F91;
}
</style>
background-color css
<style>
a { background-color: #6B6F91; }
a { background-color: rgb(107,111,145); }
div.DivClassName
{
background-color: #6B6F91;
}
.BgClassName
{
background-color: #6B6F91;
}
</style>
border-color css
<style>
span { border-color: #6B6F91; }
span { border-color: rgb(107,111,145); }
td.TdClassName
{
border-color: #6B6F91;
}
.TagClassName
{
border-color: #6B6F91;
}
</style>