Shades of Link Water #C6C7CE
Tints of Link Water #C6C7CE
RGB
CMYK
RGB Variations
Color information
#C6C7CE (or 0xC6C7CE) is known color: Link Water. HEX triplet: C6, C7 and CE. RGB value is (198,199,206). Sum of RGB (Red+Green+Blue) = 198+199+206=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 199 (78.12% from 255 or 33.00% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6C7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C7CE is #393831. Grayscale: #C7C7C7. Windows color (decimal): -3749938 or 13551558. OLE color: 13551558.
HSL color Cylindrical-coordinate representation of color #C6C7CE: hue angle of 232.5º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C6C7CE is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 199 | 206 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.19 |
| HSL | 232.5º | 0.08% | 0.79% | - |
| HSV(B) | 232.5º | 0.04% | 0.81% | - |
| XYZ | 54.85 | 57.31 | 66.56 | - |
| YUV | 199.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 206 | 0.04 | 0.03 | 0 | 0.19 | 232.5 | 0.08 | 0.79 |
| Hex | C6 | C7 | CE | 4 | 3 | 0 | 13 | E8 | 8 | 4F |
| Octal | 306 | 307 | 316 | 4 | 3 | 0 | 23 | 350 | 10 | 117 |
| Binary | 11000110 | 11000111 | 11001110 | 100 | 11 | 0 | 10011 | 11101000 | 1000 | 1001111 |
Color Harmonies of #C6C7CE
Complementary color
Monochromatic Colors of #C6C7CE
Black with #C6C7CE
Text Example
Text Example
White with #C6C7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C7CE; }
p { color: rgb(198,199,206); }
H1.HeaderClassName
{
color: #C6C7CE;
}
.AnyTagClassName
{
color: #C6C7CE;
}
</style>
background-color css
<style>
a { background-color: #C6C7CE; }
a { background-color: rgb(198,199,206); }
div.DivClassName
{
background-color: #C6C7CE;
}
.BgClassName
{
background-color: #C6C7CE;
}
</style>
border-color css
<style>
span { border-color: #C6C7CE; }
span { border-color: rgb(198,199,206); }
td.TdClassName
{
border-color: #C6C7CE;
}
.TagClassName
{
border-color: #C6C7CE;
}
</style>