Shades of Seagull #6DBFCE
Tints of Seagull #6DBFCE
RGB
CMYK
RGB Variations
Color information
#6DBFCE (or 0x6DBFCE) is known color: Seagull. HEX triplet: 6D, BF and CE. RGB value is (109,191,206). Sum of RGB (Red+Green+Blue) = 109+191+206=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DBFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFCE is #924031. Grayscale: #A8A8A8. Windows color (decimal): -9584690 or 13549421. OLE color: 13549421.
HSL color Cylindrical-coordinate representation of color #6DBFCE: hue angle of 189.28º degrees, saturation: 0.5, 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 #6DBFCE is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 191 | 206 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.19 |
| HSL | 189.28º | 0.5% | 0.62% | - |
| HSV(B) | 189.28º | 0.47% | 0.81% | - |
| XYZ | 36.08 | 44.97 | 65.17 | - |
| YUV | 168.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 206 | 0.47 | 0.07 | 0 | 0.19 | 189.28 | 0.5 | 0.62 |
| Hex | 6D | BF | CE | 2F | 7 | 0 | 13 | BD | 32 | 3E |
| Octal | 155 | 277 | 316 | 57 | 7 | 0 | 23 | 275 | 62 | 76 |
| Binary | 1101101 | 10111111 | 11001110 | 101111 | 111 | 0 | 10011 | 10111101 | 110010 | 111110 |
Color Harmonies of #6DBFCE
Complementary color
Monochromatic Colors of #6DBFCE
Black with #6DBFCE
Text Example
Text Example
White with #6DBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFCE; }
p { color: rgb(109,191,206); }
H1.HeaderClassName
{
color: #6DBFCE;
}
.AnyTagClassName
{
color: #6DBFCE;
}
</style>
background-color css
<style>
a { background-color: #6DBFCE; }
a { background-color: rgb(109,191,206); }
div.DivClassName
{
background-color: #6DBFCE;
}
.BgClassName
{
background-color: #6DBFCE;
}
</style>
border-color css
<style>
span { border-color: #6DBFCE; }
span { border-color: rgb(109,191,206); }
td.TdClassName
{
border-color: #6DBFCE;
}
.TagClassName
{
border-color: #6DBFCE;
}
</style>