Shades of Seagull #6FADCB
Tints of Seagull #6FADCB
RGB
CMYK
RGB Variations
Color information
#6FADCB (or 0x6FADCB) is known color: Seagull. HEX triplet: 6F, AD and CB. RGB value is (111,173,203). Sum of RGB (Red+Green+Blue) = 111+173+203=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADCB is #905234. Grayscale: #9D9D9D. Windows color (decimal): -9458229 or 13348207. OLE color: 13348207.
HSL color Cylindrical-coordinate representation of color #6FADCB: hue angle of 199.57º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FADCB is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 173 | 203 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.20 |
| HSL | 199.57º | 0.47% | 0.62% | - |
| HSV(B) | 199.57º | 0.45% | 0.8% | - |
| XYZ | 32.28 | 37.58 | 62.05 | - |
| YUV | 157.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 173 | 203 | 0.45 | 0.15 | 0 | 0.20 | 199.57 | 0.47 | 0.62 |
| Hex | 6F | AD | CB | 2D | F | 0 | 14 | C8 | 2F | 3E |
| Octal | 157 | 255 | 313 | 55 | 17 | 0 | 24 | 310 | 57 | 76 |
| Binary | 1101111 | 10101101 | 11001011 | 101101 | 1111 | 0 | 10100 | 11001000 | 101111 | 111110 |
Color Harmonies of #6FADCB
Complementary color
Monochromatic Colors of #6FADCB
Black with #6FADCB
Text Example
Text Example
White with #6FADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FADCB; }
p { color: rgb(111,173,203); }
H1.HeaderClassName
{
color: #6FADCB;
}
.AnyTagClassName
{
color: #6FADCB;
}
</style>
background-color css
<style>
a { background-color: #6FADCB; }
a { background-color: rgb(111,173,203); }
div.DivClassName
{
background-color: #6FADCB;
}
.BgClassName
{
background-color: #6FADCB;
}
</style>
border-color css
<style>
span { border-color: #6FADCB; }
span { border-color: rgb(111,173,203); }
td.TdClassName
{
border-color: #6FADCB;
}
.TagClassName
{
border-color: #6FADCB;
}
</style>