Shades of Sea Mist #C6D6C7
Tints of Sea Mist #C6D6C7
RGB
CMYK
RGB Variations
Color information
#C6D6C7 (or 0xC6D6C7) is known color: Sea Mist. HEX triplet: C6, D6 and C7. RGB value is (198,214,199). Sum of RGB (Red+Green+Blue) = 198+214+199=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D6C7 is #392938. Grayscale: #CFCFCF. Windows color (decimal): -3746105 or 13096646. OLE color: 13096646.
HSL color Cylindrical-coordinate representation of color #C6D6C7: hue angle of 123.75º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6D6C7 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 199 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.16 |
| HSL | 123.75º | 0.16% | 0.81% | - |
| HSV(B) | 123.75º | 0.07% | 0.84% | - |
| XYZ | 57.64 | 64.22 | 63.39 | - |
| YUV | 207.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 199 | 0.07 | 0 | 0.07 | 0.16 | 123.75 | 0.16 | 0.81 |
| Hex | C6 | D6 | C7 | 7 | 0 | 7 | 10 | 7C | 10 | 51 |
| Octal | 306 | 326 | 307 | 7 | 0 | 7 | 20 | 174 | 20 | 121 |
| Binary | 11000110 | 11010110 | 11000111 | 111 | 0 | 111 | 10000 | 1111100 | 10000 | 1010001 |
Color Harmonies of #C6D6C7
Complementary color
Monochromatic Colors of #C6D6C7
Black with #C6D6C7
Text Example
Text Example
White with #C6D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D6C7; }
p { color: rgb(198,214,199); }
H1.HeaderClassName
{
color: #C6D6C7;
}
.AnyTagClassName
{
color: #C6D6C7;
}
</style>
background-color css
<style>
a { background-color: #C6D6C7; }
a { background-color: rgb(198,214,199); }
div.DivClassName
{
background-color: #C6D6C7;
}
.BgClassName
{
background-color: #C6D6C7;
}
</style>
border-color css
<style>
span { border-color: #C6D6C7; }
span { border-color: rgb(198,214,199); }
td.TdClassName
{
border-color: #C6D6C7;
}
.TagClassName
{
border-color: #C6D6C7;
}
</style>