Shades of Seagull #6FBED5
Tints of Seagull #6FBED5
RGB
CMYK
RGB Variations
Color information
#6FBED5 (or 0x6FBED5) is known color: Seagull. HEX triplet: 6F, BE and D5. RGB value is (111,190,213). Sum of RGB (Red+Green+Blue) = 111+190+213=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #6FBED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBED5 is #90412A. Grayscale: #A8A8A8. Windows color (decimal): -9453867 or 14007919. OLE color: 14007919.
HSL color Cylindrical-coordinate representation of color #6FBED5: hue angle of 193.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FBED5 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 190 | 213 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.16 |
| HSL | 193.53º | 0.55% | 0.64% | - |
| HSV(B) | 193.53º | 0.48% | 0.84% | - |
| XYZ | 36.98 | 45.01 | 69.69 | - |
| YUV | 169 | 152.83 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 213 | 0.48 | 0.11 | 0 | 0.16 | 193.53 | 0.55 | 0.64 |
| Hex | 6F | BE | D5 | 30 | B | 0 | 10 | C2 | 37 | 40 |
| Octal | 157 | 276 | 325 | 60 | 13 | 0 | 20 | 302 | 67 | 100 |
| Binary | 1101111 | 10111110 | 11010101 | 110000 | 1011 | 0 | 10000 | 11000010 | 110111 | 1000000 |
Color Harmonies of #6FBED5
Complementary color
Monochromatic Colors of #6FBED5
Black with #6FBED5
Text Example
Text Example
White with #6FBED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBED5; }
p { color: rgb(111,190,213); }
H1.HeaderClassName
{
color: #6FBED5;
}
.AnyTagClassName
{
color: #6FBED5;
}
</style>
background-color css
<style>
a { background-color: #6FBED5; }
a { background-color: rgb(111,190,213); }
div.DivClassName
{
background-color: #6FBED5;
}
.BgClassName
{
background-color: #6FBED5;
}
</style>
border-color css
<style>
span { border-color: #6FBED5; }
span { border-color: rgb(111,190,213); }
td.TdClassName
{
border-color: #6FBED5;
}
.TagClassName
{
border-color: #6FBED5;
}
</style>