Shades of Seagull #6DBECA
Tints of Seagull #6DBECA
RGB
CMYK
RGB Variations
Color information
#6DBECA (or 0x6DBECA) is known color: Seagull. HEX triplet: 6D, BE and CA. RGB value is (109,190,202). Sum of RGB (Red+Green+Blue) = 109+190+202=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DBECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBECA is #924135. Grayscale: #A7A7A7. Windows color (decimal): -9584950 or 13287021. OLE color: 13287021.
HSL color Cylindrical-coordinate representation of color #6DBECA: hue angle of 187.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DBECA is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 190 | 202 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.21 |
| HSL | 187.74º | 0.47% | 0.61% | - |
| HSV(B) | 187.74º | 0.46% | 0.79% | - |
| XYZ | 35.38 | 44.34 | 62.57 | - |
| YUV | 167.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 202 | 0.46 | 0.06 | 0 | 0.21 | 187.74 | 0.47 | 0.61 |
| Hex | 6D | BE | CA | 2E | 6 | 0 | 15 | BC | 2F | 3D |
| Octal | 155 | 276 | 312 | 56 | 6 | 0 | 25 | 274 | 57 | 75 |
| Binary | 1101101 | 10111110 | 11001010 | 101110 | 110 | 0 | 10101 | 10111100 | 101111 | 111101 |
Color Harmonies of #6DBECA
Complementary color
Monochromatic Colors of #6DBECA
Black with #6DBECA
Text Example
Text Example
White with #6DBECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBECA; }
p { color: rgb(109,190,202); }
H1.HeaderClassName
{
color: #6DBECA;
}
.AnyTagClassName
{
color: #6DBECA;
}
</style>
background-color css
<style>
a { background-color: #6DBECA; }
a { background-color: rgb(109,190,202); }
div.DivClassName
{
background-color: #6DBECA;
}
.BgClassName
{
background-color: #6DBECA;
}
</style>
border-color css
<style>
span { border-color: #6DBECA; }
span { border-color: rgb(109,190,202); }
td.TdClassName
{
border-color: #6DBECA;
}
.TagClassName
{
border-color: #6DBECA;
}
</style>