Shades of Seagull #6DC0D1
Tints of Seagull #6DC0D1
RGB
CMYK
RGB Variations
Color information
#6DC0D1 (or 0x6DC0D1) is known color: Seagull. HEX triplet: 6D, C0 and D1. RGB value is (109,192,209). Sum of RGB (Red+Green+Blue) = 109+192+209=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DC0D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC0D1 is #923F2E. Grayscale: #A8A8A8. Windows color (decimal): -9584431 or 13746285. OLE color: 13746285.
HSL color Cylindrical-coordinate representation of color #6DC0D1: hue angle of 190.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DC0D1 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 192 | 209 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.18 |
| HSL | 190.2º | 0.52% | 0.62% | - |
| HSV(B) | 190.2º | 0.48% | 0.82% | - |
| XYZ | 36.66 | 45.55 | 67.18 | - |
| YUV | 169.12 | 150.5 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 209 | 0.48 | 0.08 | 0 | 0.18 | 190.2 | 0.52 | 0.62 |
| Hex | 6D | C0 | D1 | 30 | 8 | 0 | 12 | BE | 34 | 3E |
| Octal | 155 | 300 | 321 | 60 | 10 | 0 | 22 | 276 | 64 | 76 |
| Binary | 1101101 | 11000000 | 11010001 | 110000 | 1000 | 0 | 10010 | 10111110 | 110100 | 111110 |
Color Harmonies of #6DC0D1
Complementary color
Monochromatic Colors of #6DC0D1
Black with #6DC0D1
Text Example
Text Example
White with #6DC0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC0D1; }
p { color: rgb(109,192,209); }
H1.HeaderClassName
{
color: #6DC0D1;
}
.AnyTagClassName
{
color: #6DC0D1;
}
</style>
background-color css
<style>
a { background-color: #6DC0D1; }
a { background-color: rgb(109,192,209); }
div.DivClassName
{
background-color: #6DC0D1;
}
.BgClassName
{
background-color: #6DC0D1;
}
</style>
border-color css
<style>
span { border-color: #6DC0D1; }
span { border-color: rgb(109,192,209); }
td.TdClassName
{
border-color: #6DC0D1;
}
.TagClassName
{
border-color: #6DC0D1;
}
</style>