Shades of Seagull #6DBFCF
Tints of Seagull #6DBFCF
RGB
CMYK
RGB Variations
Color information
#6DBFCF (or 0x6DBFCF) is known color: Seagull. HEX triplet: 6D, BF and CF. RGB value is (109,191,207). Sum of RGB (Red+Green+Blue) = 109+191+207=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DBFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFCF is #924030. Grayscale: #A8A8A8. Windows color (decimal): -9584689 or 13614957. OLE color: 13614957.
HSL color Cylindrical-coordinate representation of color #6DBFCF: hue angle of 189.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DBFCF is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 191 | 207 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.19 |
| HSL | 189.8º | 0.51% | 0.62% | - |
| HSV(B) | 189.8º | 0.47% | 0.81% | - |
| XYZ | 36.2 | 45.02 | 65.81 | - |
| YUV | 168.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 207 | 0.47 | 0.08 | 0 | 0.19 | 189.8 | 0.51 | 0.62 |
| Hex | 6D | BF | CF | 2F | 8 | 0 | 13 | BE | 33 | 3E |
| Octal | 155 | 277 | 317 | 57 | 10 | 0 | 23 | 276 | 63 | 76 |
| Binary | 1101101 | 10111111 | 11001111 | 101111 | 1000 | 0 | 10011 | 10111110 | 110011 | 111110 |
Color Harmonies of #6DBFCF
Complementary color
Monochromatic Colors of #6DBFCF
Black with #6DBFCF
Text Example
Text Example
White with #6DBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFCF; }
p { color: rgb(109,191,207); }
H1.HeaderClassName
{
color: #6DBFCF;
}
.AnyTagClassName
{
color: #6DBFCF;
}
</style>
background-color css
<style>
a { background-color: #6DBFCF; }
a { background-color: rgb(109,191,207); }
div.DivClassName
{
background-color: #6DBFCF;
}
.BgClassName
{
background-color: #6DBFCF;
}
</style>
border-color css
<style>
span { border-color: #6DBFCF; }
span { border-color: rgb(109,191,207); }
td.TdClassName
{
border-color: #6DBFCF;
}
.TagClassName
{
border-color: #6DBFCF;
}
</style>