Shades of Seagull #6DBBCD
Tints of Seagull #6DBBCD
RGB
CMYK
RGB Variations
Color information
#6DBBCD (or 0x6DBBCD) is known color: Seagull. HEX triplet: 6D, BB and CD. RGB value is (109,187,205). Sum of RGB (Red+Green+Blue) = 109+187+205=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DBBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBCD is #924432. Grayscale: #A5A5A5. Windows color (decimal): -9585715 or 13482861. OLE color: 13482861.
HSL color Cylindrical-coordinate representation of color #6DBBCD: hue angle of 191.25º 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 #6DBBCD is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 187 | 205 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.20 |
| HSL | 191.25º | 0.49% | 0.62% | - |
| HSV(B) | 191.25º | 0.47% | 0.8% | - |
| XYZ | 35.1 | 43.2 | 64.25 | - |
| YUV | 165.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 205 | 0.47 | 0.09 | 0 | 0.20 | 191.25 | 0.49 | 0.62 |
| Hex | 6D | BB | CD | 2F | 9 | 0 | 14 | BF | 31 | 3E |
| Octal | 155 | 273 | 315 | 57 | 11 | 0 | 24 | 277 | 61 | 76 |
| Binary | 1101101 | 10111011 | 11001101 | 101111 | 1001 | 0 | 10100 | 10111111 | 110001 | 111110 |
Color Harmonies of #6DBBCD
Complementary color
Monochromatic Colors of #6DBBCD
Black with #6DBBCD
Text Example
Text Example
White with #6DBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBCD; }
p { color: rgb(109,187,205); }
H1.HeaderClassName
{
color: #6DBBCD;
}
.AnyTagClassName
{
color: #6DBBCD;
}
</style>
background-color css
<style>
a { background-color: #6DBBCD; }
a { background-color: rgb(109,187,205); }
div.DivClassName
{
background-color: #6DBBCD;
}
.BgClassName
{
background-color: #6DBBCD;
}
</style>
border-color css
<style>
span { border-color: #6DBBCD; }
span { border-color: rgb(109,187,205); }
td.TdClassName
{
border-color: #6DBBCD;
}
.TagClassName
{
border-color: #6DBBCD;
}
</style>