Shades of Seagull #6FBBCB
Tints of Seagull #6FBBCB
RGB
CMYK
RGB Variations
Color information
#6FBBCB (or 0x6FBBCB) is known color: Seagull. HEX triplet: 6F, BB and CB. RGB value is (111,187,203). Sum of RGB (Red+Green+Blue) = 111+187+203=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #6FBBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBCB is #904434. Grayscale: #A5A5A5. Windows color (decimal): -9454645 or 13351791. OLE color: 13351791.
HSL color Cylindrical-coordinate representation of color #6FBBCB: hue angle of 190.43º 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 #6FBBCB is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 187 | 203 | - |
| CMYK | 0.45 | 0.08 | 0 | 0.20 |
| HSL | 190.43º | 0.47% | 0.62% | - |
| HSV(B) | 190.43º | 0.45% | 0.8% | - |
| XYZ | 35.11 | 43.23 | 62.99 | - |
| YUV | 166.1 | 148.82 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 203 | 0.45 | 0.08 | 0 | 0.20 | 190.43 | 0.47 | 0.62 |
| Hex | 6F | BB | CB | 2D | 8 | 0 | 14 | BE | 2F | 3E |
| Octal | 157 | 273 | 313 | 55 | 10 | 0 | 24 | 276 | 57 | 76 |
| Binary | 1101111 | 10111011 | 11001011 | 101101 | 1000 | 0 | 10100 | 10111110 | 101111 | 111110 |
Color Harmonies of #6FBBCB
Complementary color
Monochromatic Colors of #6FBBCB
Black with #6FBBCB
Text Example
Text Example
White with #6FBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBCB; }
p { color: rgb(111,187,203); }
H1.HeaderClassName
{
color: #6FBBCB;
}
.AnyTagClassName
{
color: #6FBBCB;
}
</style>
background-color css
<style>
a { background-color: #6FBBCB; }
a { background-color: rgb(111,187,203); }
div.DivClassName
{
background-color: #6FBBCB;
}
.BgClassName
{
background-color: #6FBBCB;
}
</style>
border-color css
<style>
span { border-color: #6FBBCB; }
span { border-color: rgb(111,187,203); }
td.TdClassName
{
border-color: #6FBBCB;
}
.TagClassName
{
border-color: #6FBBCB;
}
</style>