Shades of Seagull #6FBDCB
Tints of Seagull #6FBDCB
RGB
CMYK
RGB Variations
Color information
#6FBDCB (or 0x6FBDCB) is known color: Seagull. HEX triplet: 6F, BD and CB. RGB value is (111,189,203). Sum of RGB (Red+Green+Blue) = 111+189+203=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FBDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDCB is #904234. Grayscale: #A7A7A7. Windows color (decimal): -9454133 or 13352303. OLE color: 13352303.
HSL color Cylindrical-coordinate representation of color #6FBDCB: hue angle of 189.13º 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 #6FBDCB is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 189 | 203 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.20 |
| HSL | 189.13º | 0.47% | 0.62% | - |
| HSV(B) | 189.13º | 0.45% | 0.8% | - |
| XYZ | 35.53 | 44.09 | 63.14 | - |
| YUV | 167.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 203 | 0.45 | 0.07 | 0 | 0.20 | 189.13 | 0.47 | 0.62 |
| Hex | 6F | BD | CB | 2D | 7 | 0 | 14 | BD | 2F | 3E |
| Octal | 157 | 275 | 313 | 55 | 7 | 0 | 24 | 275 | 57 | 76 |
| Binary | 1101111 | 10111101 | 11001011 | 101101 | 111 | 0 | 10100 | 10111101 | 101111 | 111110 |
Color Harmonies of #6FBDCB
Complementary color
Monochromatic Colors of #6FBDCB
Black with #6FBDCB
Text Example
Text Example
White with #6FBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBDCB; }
p { color: rgb(111,189,203); }
H1.HeaderClassName
{
color: #6FBDCB;
}
.AnyTagClassName
{
color: #6FBDCB;
}
</style>
background-color css
<style>
a { background-color: #6FBDCB; }
a { background-color: rgb(111,189,203); }
div.DivClassName
{
background-color: #6FBDCB;
}
.BgClassName
{
background-color: #6FBDCB;
}
</style>
border-color css
<style>
span { border-color: #6FBDCB; }
span { border-color: rgb(111,189,203); }
td.TdClassName
{
border-color: #6FBDCB;
}
.TagClassName
{
border-color: #6FBDCB;
}
</style>