Shades of Waikawa Grey #6C7798
Tints of Waikawa Grey #6C7798
RGB
CMYK
RGB Variations
Color information
#6C7798 (or 0x6C7798) is known color: Waikawa Grey. HEX triplet: 6C, 77 and 98. RGB value is (108,119,152). Sum of RGB (Red+Green+Blue) = 108+119+152=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C7798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7798 is #938867. Grayscale: #777777. Windows color (decimal): -9668712 or 9992044. OLE color: 9992044.
HSL color Cylindrical-coordinate representation of color #6C7798: hue angle of 225º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C7798 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 119 | 152 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.40 |
| HSL | 225º | 0.18% | 0.51% | - |
| HSV(B) | 225º | 0.29% | 0.6% | - |
| XYZ | 18.45 | 18.65 | 32.33 | - |
| YUV | 119.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 119 | 152 | 0.29 | 0.22 | 0 | 0.40 | 225 | 0.18 | 0.51 |
| Hex | 6C | 77 | 98 | 1D | 16 | 0 | 28 | E1 | 12 | 33 |
| Octal | 154 | 167 | 230 | 35 | 26 | 0 | 50 | 341 | 22 | 63 |
| Binary | 1101100 | 1110111 | 10011000 | 11101 | 10110 | 0 | 101000 | 11100001 | 10010 | 110011 |
Color Harmonies of #6C7798
Complementary color
Monochromatic Colors of #6C7798
Black with #6C7798
Text Example
Text Example
White with #6C7798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7798; }
p { color: rgb(108,119,152); }
H1.HeaderClassName
{
color: #6C7798;
}
.AnyTagClassName
{
color: #6C7798;
}
</style>
background-color css
<style>
a { background-color: #6C7798; }
a { background-color: rgb(108,119,152); }
div.DivClassName
{
background-color: #6C7798;
}
.BgClassName
{
background-color: #6C7798;
}
</style>
border-color css
<style>
span { border-color: #6C7798; }
span { border-color: rgb(108,119,152); }
td.TdClassName
{
border-color: #6C7798;
}
.TagClassName
{
border-color: #6C7798;
}
</style>