Shades of Seagull #6DC3CE
Tints of Seagull #6DC3CE
RGB
CMYK
RGB Variations
Color information
#6DC3CE (or 0x6DC3CE) is known color: Seagull. HEX triplet: 6D, C3 and CE. RGB value is (109,195,206). Sum of RGB (Red+Green+Blue) = 109+195+206=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DC3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC3CE is #923C31. Grayscale: #AAAAAA. Windows color (decimal): -9583666 or 13550445. OLE color: 13550445.
HSL color Cylindrical-coordinate representation of color #6DC3CE: hue angle of 186.8º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DC3CE is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 195 | 206 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.19 |
| HSL | 186.8º | 0.5% | 0.62% | - |
| HSV(B) | 186.8º | 0.47% | 0.81% | - |
| XYZ | 36.96 | 46.74 | 65.47 | - |
| YUV | 170.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 195 | 206 | 0.47 | 0.05 | 0 | 0.19 | 186.8 | 0.5 | 0.62 |
| Hex | 6D | C3 | CE | 2F | 5 | 0 | 13 | BB | 32 | 3E |
| Octal | 155 | 303 | 316 | 57 | 5 | 0 | 23 | 273 | 62 | 76 |
| Binary | 1101101 | 11000011 | 11001110 | 101111 | 101 | 0 | 10011 | 10111011 | 110010 | 111110 |
Color Harmonies of #6DC3CE
Complementary color
Monochromatic Colors of #6DC3CE
Black with #6DC3CE
Text Example
Text Example
White with #6DC3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC3CE; }
p { color: rgb(109,195,206); }
H1.HeaderClassName
{
color: #6DC3CE;
}
.AnyTagClassName
{
color: #6DC3CE;
}
</style>
background-color css
<style>
a { background-color: #6DC3CE; }
a { background-color: rgb(109,195,206); }
div.DivClassName
{
background-color: #6DC3CE;
}
.BgClassName
{
background-color: #6DC3CE;
}
</style>
border-color css
<style>
span { border-color: #6DC3CE; }
span { border-color: rgb(109,195,206); }
td.TdClassName
{
border-color: #6DC3CE;
}
.TagClassName
{
border-color: #6DC3CE;
}
</style>