Shades of Link Water #C6C9D8
Tints of Link Water #C6C9D8
RGB
CMYK
RGB Variations
Color information
#C6C9D8 (or 0xC6C9D8) is known color: Link Water. HEX triplet: C6, C9 and D8. RGB value is (198,201,216). Sum of RGB (Red+Green+Blue) = 198+201+216=615 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.20% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 216 - color contains mainly: blue. Hex color #C6C9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C9D8 is #393627. Grayscale: #C9C9C9. Windows color (decimal): -3749416 or 14207430. OLE color: 14207430.
HSL color Cylindrical-coordinate representation of color #C6C9D8: hue angle of 230º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6C9D8 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 201 | 216 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.15 |
| HSL | 230º | 0.19% | 0.81% | - |
| HSV(B) | 230º | 0.08% | 0.85% | - |
| XYZ | 56.57 | 58.74 | 73.32 | - |
| YUV | 201.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 216 | 0.08 | 0.07 | 0 | 0.15 | 230 | 0.19 | 0.81 |
| Hex | C6 | C9 | D8 | 8 | 7 | 0 | F | E6 | 13 | 51 |
| Octal | 306 | 311 | 330 | 10 | 7 | 0 | 17 | 346 | 23 | 121 |
| Binary | 11000110 | 11001001 | 11011000 | 1000 | 111 | 0 | 1111 | 11100110 | 10011 | 1010001 |
Color Harmonies of #C6C9D8
Complementary color
Monochromatic Colors of #C6C9D8
Black with #C6C9D8
Text Example
Text Example
White with #C6C9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C9D8; }
p { color: rgb(198,201,216); }
H1.HeaderClassName
{
color: #C6C9D8;
}
.AnyTagClassName
{
color: #C6C9D8;
}
</style>
background-color css
<style>
a { background-color: #C6C9D8; }
a { background-color: rgb(198,201,216); }
div.DivClassName
{
background-color: #C6C9D8;
}
.BgClassName
{
background-color: #C6C9D8;
}
</style>
border-color css
<style>
span { border-color: #C6C9D8; }
span { border-color: rgb(198,201,216); }
td.TdClassName
{
border-color: #C6C9D8;
}
.TagClassName
{
border-color: #C6C9D8;
}
</style>