Shades of Seagull #6FBECE
Tints of Seagull #6FBECE
RGB
CMYK
RGB Variations
Color information
#6FBECE (or 0x6FBECE) is known color: Seagull. HEX triplet: 6F, BE and CE. RGB value is (111,190,206). Sum of RGB (Red+Green+Blue) = 111+190+206=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FBECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBECE is #904131. Grayscale: #A8A8A8. Windows color (decimal): -9453874 or 13549167. OLE color: 13549167.
HSL color Cylindrical-coordinate representation of color #6FBECE: hue angle of 190.11º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FBECE is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 190 | 206 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.19 |
| HSL | 190.11º | 0.49% | 0.62% | - |
| HSV(B) | 190.11º | 0.46% | 0.81% | - |
| XYZ | 36.11 | 44.66 | 65.11 | - |
| YUV | 168.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 206 | 0.46 | 0.08 | 0 | 0.19 | 190.11 | 0.49 | 0.62 |
| Hex | 6F | BE | CE | 2E | 8 | 0 | 13 | BE | 31 | 3E |
| Octal | 157 | 276 | 316 | 56 | 10 | 0 | 23 | 276 | 61 | 76 |
| Binary | 1101111 | 10111110 | 11001110 | 101110 | 1000 | 0 | 10011 | 10111110 | 110001 | 111110 |
Color Harmonies of #6FBECE
Complementary color
Monochromatic Colors of #6FBECE
Black with #6FBECE
Text Example
Text Example
White with #6FBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBECE; }
p { color: rgb(111,190,206); }
H1.HeaderClassName
{
color: #6FBECE;
}
.AnyTagClassName
{
color: #6FBECE;
}
</style>
background-color css
<style>
a { background-color: #6FBECE; }
a { background-color: rgb(111,190,206); }
div.DivClassName
{
background-color: #6FBECE;
}
.BgClassName
{
background-color: #6FBECE;
}
</style>
border-color css
<style>
span { border-color: #6FBECE; }
span { border-color: rgb(111,190,206); }
td.TdClassName
{
border-color: #6FBECE;
}
.TagClassName
{
border-color: #6FBECE;
}
</style>