Shades of Seagull #6FC0DA
Tints of Seagull #6FC0DA
RGB
CMYK
RGB Variations
Color information
#6FC0DA (or 0x6FC0DA) is known color: Seagull. HEX triplet: 6F, C0 and DA. RGB value is (111,192,218). Sum of RGB (Red+Green+Blue) = 111+192+218=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FC0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC0DA is #903F25. Grayscale: #AAAAAA. Windows color (decimal): -9453350 or 14336111. OLE color: 14336111.
HSL color Cylindrical-coordinate representation of color #6FC0DA: hue angle of 194.58º 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 #6FC0DA is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 192 | 218 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.15 |
| HSL | 194.58º | 0.59% | 0.65% | - |
| HSV(B) | 194.58º | 0.49% | 0.85% | - |
| XYZ | 38.06 | 46.14 | 73.23 | - |
| YUV | 170.75 | 154.66 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 218 | 0.49 | 0.12 | 0 | 0.15 | 194.58 | 0.59 | 0.65 |
| Hex | 6F | C0 | DA | 31 | C | 0 | F | C3 | 3B | 41 |
| Octal | 157 | 300 | 332 | 61 | 14 | 0 | 17 | 303 | 73 | 101 |
| Binary | 1101111 | 11000000 | 11011010 | 110001 | 1100 | 0 | 1111 | 11000011 | 111011 | 1000001 |
Color Harmonies of #6FC0DA
Complementary color
Monochromatic Colors of #6FC0DA
Black with #6FC0DA
Text Example
Text Example
White with #6FC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC0DA; }
p { color: rgb(111,192,218); }
H1.HeaderClassName
{
color: #6FC0DA;
}
.AnyTagClassName
{
color: #6FC0DA;
}
</style>
background-color css
<style>
a { background-color: #6FC0DA; }
a { background-color: rgb(111,192,218); }
div.DivClassName
{
background-color: #6FC0DA;
}
.BgClassName
{
background-color: #6FC0DA;
}
</style>
border-color css
<style>
span { border-color: #6FC0DA; }
span { border-color: rgb(111,192,218); }
td.TdClassName
{
border-color: #6FC0DA;
}
.TagClassName
{
border-color: #6FC0DA;
}
</style>