Shades of Seagull #6DC1CD
Tints of Seagull #6DC1CD
RGB
CMYK
RGB Variations
Color information
#6DC1CD (or 0x6DC1CD) is known color: Seagull. HEX triplet: 6D, C1 and CD. RGB value is (109,193,205). Sum of RGB (Red+Green+Blue) = 109+193+205=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DC1CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC1CD is #923E32. Grayscale: #A9A9A9. Windows color (decimal): -9584179 or 13484397. OLE color: 13484397.
HSL color Cylindrical-coordinate representation of color #6DC1CD: hue angle of 187.5º 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 #6DC1CD is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 193 | 205 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.20 |
| HSL | 187.5º | 0.49% | 0.62% | - |
| HSV(B) | 187.5º | 0.47% | 0.8% | - |
| XYZ | 36.4 | 45.8 | 64.68 | - |
| YUV | 169.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 205 | 0.47 | 0.06 | 0 | 0.20 | 187.5 | 0.49 | 0.62 |
| Hex | 6D | C1 | CD | 2F | 6 | 0 | 14 | BC | 31 | 3E |
| Octal | 155 | 301 | 315 | 57 | 6 | 0 | 24 | 274 | 61 | 76 |
| Binary | 1101101 | 11000001 | 11001101 | 101111 | 110 | 0 | 10100 | 10111100 | 110001 | 111110 |
Color Harmonies of #6DC1CD
Complementary color
Monochromatic Colors of #6DC1CD
Black with #6DC1CD
Text Example
Text Example
White with #6DC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC1CD; }
p { color: rgb(109,193,205); }
H1.HeaderClassName
{
color: #6DC1CD;
}
.AnyTagClassName
{
color: #6DC1CD;
}
</style>
background-color css
<style>
a { background-color: #6DC1CD; }
a { background-color: rgb(109,193,205); }
div.DivClassName
{
background-color: #6DC1CD;
}
.BgClassName
{
background-color: #6DC1CD;
}
</style>
border-color css
<style>
span { border-color: #6DC1CD; }
span { border-color: rgb(109,193,205); }
td.TdClassName
{
border-color: #6DC1CD;
}
.TagClassName
{
border-color: #6DC1CD;
}
</style>