Shades of Seagull #6FBEDA
Tints of Seagull #6FBEDA
RGB
CMYK
RGB Variations
Color information
#6FBEDA (or 0x6FBEDA) is known color: Seagull. HEX triplet: 6F, BE and DA. RGB value is (111,190,218). Sum of RGB (Red+Green+Blue) = 111+190+218=519 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.39% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FBEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEDA is #904125. Grayscale: #A9A9A9. Windows color (decimal): -9453862 or 14335599. OLE color: 14335599.
HSL color Cylindrical-coordinate representation of color #6FBEDA: hue angle of 195.7º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FBEDA is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 190 | 218 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.15 |
| HSL | 195.7º | 0.59% | 0.65% | - |
| HSV(B) | 195.7º | 0.49% | 0.85% | - |
| XYZ | 37.62 | 45.27 | 73.08 | - |
| YUV | 169.57 | 155.33 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 218 | 0.49 | 0.13 | 0 | 0.15 | 195.7 | 0.59 | 0.65 |
| Hex | 6F | BE | DA | 31 | D | 0 | F | C4 | 3B | 41 |
| Octal | 157 | 276 | 332 | 61 | 15 | 0 | 17 | 304 | 73 | 101 |
| Binary | 1101111 | 10111110 | 11011010 | 110001 | 1101 | 0 | 1111 | 11000100 | 111011 | 1000001 |
Color Harmonies of #6FBEDA
Complementary color
Monochromatic Colors of #6FBEDA
Black with #6FBEDA
Text Example
Text Example
White with #6FBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEDA; }
p { color: rgb(111,190,218); }
H1.HeaderClassName
{
color: #6FBEDA;
}
.AnyTagClassName
{
color: #6FBEDA;
}
</style>
background-color css
<style>
a { background-color: #6FBEDA; }
a { background-color: rgb(111,190,218); }
div.DivClassName
{
background-color: #6FBEDA;
}
.BgClassName
{
background-color: #6FBEDA;
}
</style>
border-color css
<style>
span { border-color: #6FBEDA; }
span { border-color: rgb(111,190,218); }
td.TdClassName
{
border-color: #6FBEDA;
}
.TagClassName
{
border-color: #6FBEDA;
}
</style>