Shades of Seagull #6DBDCD
Tints of Seagull #6DBDCD
RGB
CMYK
RGB Variations
Color information
#6DBDCD (or 0x6DBDCD) is known color: Seagull. HEX triplet: 6D, BD and CD. RGB value is (109,189,205). Sum of RGB (Red+Green+Blue) = 109+189+205=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DBDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDCD is #924232. Grayscale: #A6A6A6. Windows color (decimal): -9585203 or 13483373. OLE color: 13483373.
HSL color Cylindrical-coordinate representation of color #6DBDCD: hue angle of 190º 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 #6DBDCD is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 189 | 205 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.20 |
| HSL | 190º | 0.49% | 0.62% | - |
| HSV(B) | 190º | 0.47% | 0.8% | - |
| XYZ | 35.52 | 44.05 | 64.39 | - |
| YUV | 166.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 205 | 0.47 | 0.08 | 0 | 0.20 | 190 | 0.49 | 0.62 |
| Hex | 6D | BD | CD | 2F | 8 | 0 | 14 | BE | 31 | 3E |
| Octal | 155 | 275 | 315 | 57 | 10 | 0 | 24 | 276 | 61 | 76 |
| Binary | 1101101 | 10111101 | 11001101 | 101111 | 1000 | 0 | 10100 | 10111110 | 110001 | 111110 |
Color Harmonies of #6DBDCD
Complementary color
Monochromatic Colors of #6DBDCD
Black with #6DBDCD
Text Example
Text Example
White with #6DBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDCD; }
p { color: rgb(109,189,205); }
H1.HeaderClassName
{
color: #6DBDCD;
}
.AnyTagClassName
{
color: #6DBDCD;
}
</style>
background-color css
<style>
a { background-color: #6DBDCD; }
a { background-color: rgb(109,189,205); }
div.DivClassName
{
background-color: #6DBDCD;
}
.BgClassName
{
background-color: #6DBDCD;
}
</style>
border-color css
<style>
span { border-color: #6DBDCD; }
span { border-color: rgb(109,189,205); }
td.TdClassName
{
border-color: #6DBDCD;
}
.TagClassName
{
border-color: #6DBDCD;
}
</style>