Shades of Seagull #6FBCCB
Tints of Seagull #6FBCCB
RGB
CMYK
RGB Variations
Color information
#6FBCCB (or 0x6FBCCB) is known color: Seagull. HEX triplet: 6F, BC and CB. RGB value is (111,188,203). Sum of RGB (Red+Green+Blue) = 111+188+203=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FBCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCCB is #904334. Grayscale: #A6A6A6. Windows color (decimal): -9454389 or 13352047. OLE color: 13352047.
HSL color Cylindrical-coordinate representation of color #6FBCCB: hue angle of 189.78º 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 #6FBCCB is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 188 | 203 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.20 |
| HSL | 189.78º | 0.47% | 0.62% | - |
| HSV(B) | 189.78º | 0.45% | 0.8% | - |
| XYZ | 35.32 | 43.66 | 63.07 | - |
| YUV | 166.69 | 148.49 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 203 | 0.45 | 0.07 | 0 | 0.20 | 189.78 | 0.47 | 0.62 |
| Hex | 6F | BC | CB | 2D | 7 | 0 | 14 | BE | 2F | 3E |
| Octal | 157 | 274 | 313 | 55 | 7 | 0 | 24 | 276 | 57 | 76 |
| Binary | 1101111 | 10111100 | 11001011 | 101101 | 111 | 0 | 10100 | 10111110 | 101111 | 111110 |
Color Harmonies of #6FBCCB
Complementary color
Monochromatic Colors of #6FBCCB
Black with #6FBCCB
Text Example
Text Example
White with #6FBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCCB; }
p { color: rgb(111,188,203); }
H1.HeaderClassName
{
color: #6FBCCB;
}
.AnyTagClassName
{
color: #6FBCCB;
}
</style>
background-color css
<style>
a { background-color: #6FBCCB; }
a { background-color: rgb(111,188,203); }
div.DivClassName
{
background-color: #6FBCCB;
}
.BgClassName
{
background-color: #6FBCCB;
}
</style>
border-color css
<style>
span { border-color: #6FBCCB; }
span { border-color: rgb(111,188,203); }
td.TdClassName
{
border-color: #6FBCCB;
}
.TagClassName
{
border-color: #6FBCCB;
}
</style>