Shades of Seagull #6FBECB
Tints of Seagull #6FBECB
RGB
CMYK
RGB Variations
Color information
#6FBECB (or 0x6FBECB) is known color: Seagull. HEX triplet: 6F, BE and CB. RGB value is (111,190,203). Sum of RGB (Red+Green+Blue) = 111+190+203=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FBECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBECB is #904134. Grayscale: #A7A7A7. Windows color (decimal): -9453877 or 13352559. OLE color: 13352559.
HSL color Cylindrical-coordinate representation of color #6FBECB: hue angle of 188.48º 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 #6FBECB is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 190 | 203 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.20 |
| HSL | 188.48º | 0.47% | 0.62% | - |
| HSV(B) | 188.48º | 0.45% | 0.8% | - |
| XYZ | 35.75 | 44.52 | 63.21 | - |
| YUV | 167.86 | 147.83 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 203 | 0.45 | 0.06 | 0 | 0.20 | 188.48 | 0.47 | 0.62 |
| Hex | 6F | BE | CB | 2D | 6 | 0 | 14 | BC | 2F | 3E |
| Octal | 157 | 276 | 313 | 55 | 6 | 0 | 24 | 274 | 57 | 76 |
| Binary | 1101111 | 10111110 | 11001011 | 101101 | 110 | 0 | 10100 | 10111100 | 101111 | 111110 |
Color Harmonies of #6FBECB
Complementary color
Monochromatic Colors of #6FBECB
Black with #6FBECB
Text Example
Text Example
White with #6FBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBECB; }
p { color: rgb(111,190,203); }
H1.HeaderClassName
{
color: #6FBECB;
}
.AnyTagClassName
{
color: #6FBECB;
}
</style>
background-color css
<style>
a { background-color: #6FBECB; }
a { background-color: rgb(111,190,203); }
div.DivClassName
{
background-color: #6FBECB;
}
.BgClassName
{
background-color: #6FBECB;
}
</style>
border-color css
<style>
span { border-color: #6FBECB; }
span { border-color: rgb(111,190,203); }
td.TdClassName
{
border-color: #6FBECB;
}
.TagClassName
{
border-color: #6FBECB;
}
</style>