Shades of Seagull #6DBECE
Tints of Seagull #6DBECE
RGB
CMYK
RGB Variations
Color information
#6DBECE (or 0x6DBECE) is known color: Seagull. HEX triplet: 6D, BE and CE. RGB value is (109,190,206). Sum of RGB (Red+Green+Blue) = 109+190+206=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DBECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBECE is #924131. Grayscale: #A7A7A7. Windows color (decimal): -9584946 or 13549165. OLE color: 13549165.
HSL color Cylindrical-coordinate representation of color #6DBECE: hue angle of 189.9º 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 #6DBECE is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 190 | 206 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.19 |
| HSL | 189.9º | 0.5% | 0.62% | - |
| HSV(B) | 189.9º | 0.47% | 0.81% | - |
| XYZ | 35.86 | 44.53 | 65.1 | - |
| YUV | 167.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 206 | 0.47 | 0.08 | 0 | 0.19 | 189.9 | 0.5 | 0.62 |
| Hex | 6D | BE | CE | 2F | 8 | 0 | 13 | BE | 32 | 3E |
| Octal | 155 | 276 | 316 | 57 | 10 | 0 | 23 | 276 | 62 | 76 |
| Binary | 1101101 | 10111110 | 11001110 | 101111 | 1000 | 0 | 10011 | 10111110 | 110010 | 111110 |
Color Harmonies of #6DBECE
Complementary color
Monochromatic Colors of #6DBECE
Black with #6DBECE
Text Example
Text Example
White with #6DBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBECE; }
p { color: rgb(109,190,206); }
H1.HeaderClassName
{
color: #6DBECE;
}
.AnyTagClassName
{
color: #6DBECE;
}
</style>
background-color css
<style>
a { background-color: #6DBECE; }
a { background-color: rgb(109,190,206); }
div.DivClassName
{
background-color: #6DBECE;
}
.BgClassName
{
background-color: #6DBECE;
}
</style>
border-color css
<style>
span { border-color: #6DBECE; }
span { border-color: rgb(109,190,206); }
td.TdClassName
{
border-color: #6DBECE;
}
.TagClassName
{
border-color: #6DBECE;
}
</style>