Shades of Waikawa Grey #6B759C
Tints of Waikawa Grey #6B759C
RGB
CMYK
RGB Variations
Color information
#6B759C (or 0x6B759C) is known color: Waikawa Grey. HEX triplet: 6B, 75 and 9C. RGB value is (107,117,156). Sum of RGB (Red+Green+Blue) = 107+117+156=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B759C is #948A63. Grayscale: #767676. Windows color (decimal): -9734756 or 10253675. OLE color: 10253675.
HSL color Cylindrical-coordinate representation of color #6B759C: hue angle of 227.76º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B759C is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 117 | 156 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.39 |
| HSL | 227.76º | 0.2% | 0.52% | - |
| HSV(B) | 227.76º | 0.31% | 0.61% | - |
| XYZ | 18.43 | 18.25 | 34 | - |
| YUV | 118.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 156 | 0.31 | 0.25 | 0 | 0.39 | 227.76 | 0.2 | 0.52 |
| Hex | 6B | 75 | 9C | 1F | 19 | 0 | 27 | E4 | 14 | 34 |
| Octal | 153 | 165 | 234 | 37 | 31 | 0 | 47 | 344 | 24 | 64 |
| Binary | 1101011 | 1110101 | 10011100 | 11111 | 11001 | 0 | 100111 | 11100100 | 10100 | 110100 |
Color Harmonies of #6B759C
Complementary color
Monochromatic Colors of #6B759C
Black with #6B759C
Text Example
Text Example
White with #6B759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B759C; }
p { color: rgb(107,117,156); }
H1.HeaderClassName
{
color: #6B759C;
}
.AnyTagClassName
{
color: #6B759C;
}
</style>
background-color css
<style>
a { background-color: #6B759C; }
a { background-color: rgb(107,117,156); }
div.DivClassName
{
background-color: #6B759C;
}
.BgClassName
{
background-color: #6B759C;
}
</style>
border-color css
<style>
span { border-color: #6B759C; }
span { border-color: rgb(107,117,156); }
td.TdClassName
{
border-color: #6B759C;
}
.TagClassName
{
border-color: #6B759C;
}
</style>