Shades of Seagull #6FBECC
Tints of Seagull #6FBECC
RGB
CMYK
RGB Variations
Color information
#6FBECC (or 0x6FBECC) is known color: Seagull. HEX triplet: 6F, BE and CC. RGB value is (111,190,204). Sum of RGB (Red+Green+Blue) = 111+190+204=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBECC is #904133. Grayscale: #A7A7A7. Windows color (decimal): -9453876 or 13418095. OLE color: 13418095.
HSL color Cylindrical-coordinate representation of color #6FBECC: hue angle of 189.03º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FBECC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 190 | 204 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.2 |
| HSL | 189.03º | 0.48% | 0.62% | - |
| HSV(B) | 189.03º | 0.46% | 0.8% | - |
| XYZ | 35.87 | 44.57 | 63.84 | - |
| YUV | 167.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 204 | 0.46 | 0.07 | 0 | 0.2 | 189.03 | 0.48 | 0.62 |
| Hex | 6F | BE | CC | 2E | 7 | 0 | 14 | BD | 30 | 3E |
| Octal | 157 | 276 | 314 | 56 | 7 | 0 | 24 | 275 | 60 | 76 |
| Binary | 1101111 | 10111110 | 11001100 | 101110 | 111 | 0 | 10100 | 10111101 | 110000 | 111110 |
Color Harmonies of #6FBECC
Complementary color
Monochromatic Colors of #6FBECC
Black with #6FBECC
Text Example
Text Example
White with #6FBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBECC; }
p { color: rgb(111,190,204); }
H1.HeaderClassName
{
color: #6FBECC;
}
.AnyTagClassName
{
color: #6FBECC;
}
</style>
background-color css
<style>
a { background-color: #6FBECC; }
a { background-color: rgb(111,190,204); }
div.DivClassName
{
background-color: #6FBECC;
}
.BgClassName
{
background-color: #6FBECC;
}
</style>
border-color css
<style>
span { border-color: #6FBECC; }
span { border-color: rgb(111,190,204); }
td.TdClassName
{
border-color: #6FBECC;
}
.TagClassName
{
border-color: #6FBECC;
}
</style>