Shades of Seagull #6DBFD5
Tints of Seagull #6DBFD5
RGB
CMYK
RGB Variations
Color information
#6DBFD5 (or 0x6DBFD5) is known color: Seagull. HEX triplet: 6D, BF and D5. RGB value is (109,191,213). Sum of RGB (Red+Green+Blue) = 109+191+213=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #6DBFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFD5 is #92402A. Grayscale: #A8A8A8. Windows color (decimal): -9584683 or 14008173. OLE color: 14008173.
HSL color Cylindrical-coordinate representation of color #6DBFD5: hue angle of 192.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DBFD5 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 191 | 213 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.16 |
| HSL | 192.69º | 0.55% | 0.63% | - |
| HSV(B) | 192.69º | 0.49% | 0.84% | - |
| XYZ | 36.95 | 45.32 | 69.75 | - |
| YUV | 168.99 | 152.83 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 213 | 0.49 | 0.10 | 0 | 0.16 | 192.69 | 0.55 | 0.63 |
| Hex | 6D | BF | D5 | 31 | A | 0 | 10 | C1 | 37 | 3F |
| Octal | 155 | 277 | 325 | 61 | 12 | 0 | 20 | 301 | 67 | 77 |
| Binary | 1101101 | 10111111 | 11010101 | 110001 | 1010 | 0 | 10000 | 11000001 | 110111 | 111111 |
Color Harmonies of #6DBFD5
Complementary color
Monochromatic Colors of #6DBFD5
Black with #6DBFD5
Text Example
Text Example
White with #6DBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFD5; }
p { color: rgb(109,191,213); }
H1.HeaderClassName
{
color: #6DBFD5;
}
.AnyTagClassName
{
color: #6DBFD5;
}
</style>
background-color css
<style>
a { background-color: #6DBFD5; }
a { background-color: rgb(109,191,213); }
div.DivClassName
{
background-color: #6DBFD5;
}
.BgClassName
{
background-color: #6DBFD5;
}
</style>
border-color css
<style>
span { border-color: #6DBFD5; }
span { border-color: rgb(109,191,213); }
td.TdClassName
{
border-color: #6DBFD5;
}
.TagClassName
{
border-color: #6DBFD5;
}
</style>