Shades of Waikawa Grey #6B7290
Tints of Waikawa Grey #6B7290
RGB
CMYK
RGB Variations
Color information
#6B7290 (or 0x6B7290) is known color: Waikawa Grey. HEX triplet: 6B, 72 and 90. RGB value is (107,114,144). Sum of RGB (Red+Green+Blue) = 107+114+144=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B7290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7290 is #948D6F. Grayscale: #737373. Windows color (decimal): -9735536 or 9466475. OLE color: 9466475.
HSL color Cylindrical-coordinate representation of color #6B7290: hue angle of 228.65º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B7290 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 114 | 144 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.44 |
| HSL | 228.65º | 0.15% | 0.49% | - |
| HSV(B) | 228.65º | 0.26% | 0.56% | - |
| XYZ | 17.11 | 17.17 | 28.8 | - |
| YUV | 115.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 144 | 0.26 | 0.21 | 0 | 0.44 | 228.65 | 0.15 | 0.49 |
| Hex | 6B | 72 | 90 | 1A | 15 | 0 | 2C | E5 | F | 31 |
| Octal | 153 | 162 | 220 | 32 | 25 | 0 | 54 | 345 | 17 | 61 |
| Binary | 1101011 | 1110010 | 10010000 | 11010 | 10101 | 0 | 101100 | 11100101 | 1111 | 110001 |
Color Harmonies of #6B7290
Complementary color
Monochromatic Colors of #6B7290
Black with #6B7290
Text Example
Text Example
White with #6B7290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7290; }
p { color: rgb(107,114,144); }
H1.HeaderClassName
{
color: #6B7290;
}
.AnyTagClassName
{
color: #6B7290;
}
</style>
background-color css
<style>
a { background-color: #6B7290; }
a { background-color: rgb(107,114,144); }
div.DivClassName
{
background-color: #6B7290;
}
.BgClassName
{
background-color: #6B7290;
}
</style>
border-color css
<style>
span { border-color: #6B7290; }
span { border-color: rgb(107,114,144); }
td.TdClassName
{
border-color: #6B7290;
}
.TagClassName
{
border-color: #6B7290;
}
</style>