Shades of Seagull #6DC5CD
Tints of Seagull #6DC5CD
RGB
CMYK
RGB Variations
Color information
#6DC5CD (or 0x6DC5CD) is known color: Seagull. HEX triplet: 6D, C5 and CD. RGB value is (109,197,205). Sum of RGB (Red+Green+Blue) = 109+197+205=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DC5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC5CD is #923A32. Grayscale: #ABABAB. Windows color (decimal): -9583155 or 13485421. OLE color: 13485421.
HSL color Cylindrical-coordinate representation of color #6DC5CD: hue angle of 185º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DC5CD is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 197 | 205 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.20 |
| HSL | 185º | 0.49% | 0.62% | - |
| HSV(B) | 185º | 0.47% | 0.8% | - |
| XYZ | 37.29 | 47.59 | 64.98 | - |
| YUV | 171.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 205 | 0.47 | 0.04 | 0 | 0.20 | 185 | 0.49 | 0.62 |
| Hex | 6D | C5 | CD | 2F | 4 | 0 | 14 | B9 | 31 | 3E |
| Octal | 155 | 305 | 315 | 57 | 4 | 0 | 24 | 271 | 61 | 76 |
| Binary | 1101101 | 11000101 | 11001101 | 101111 | 100 | 0 | 10100 | 10111001 | 110001 | 111110 |
Color Harmonies of #6DC5CD
Complementary color
Monochromatic Colors of #6DC5CD
Black with #6DC5CD
Text Example
Text Example
White with #6DC5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC5CD; }
p { color: rgb(109,197,205); }
H1.HeaderClassName
{
color: #6DC5CD;
}
.AnyTagClassName
{
color: #6DC5CD;
}
</style>
background-color css
<style>
a { background-color: #6DC5CD; }
a { background-color: rgb(109,197,205); }
div.DivClassName
{
background-color: #6DC5CD;
}
.BgClassName
{
background-color: #6DC5CD;
}
</style>
border-color css
<style>
span { border-color: #6DC5CD; }
span { border-color: rgb(109,197,205); }
td.TdClassName
{
border-color: #6DC5CD;
}
.TagClassName
{
border-color: #6DC5CD;
}
</style>