Shades of Seagull #6FBCCE
Tints of Seagull #6FBCCE
RGB
CMYK
RGB Variations
Color information
#6FBCCE (or 0x6FBCCE) is known color: Seagull. HEX triplet: 6F, BC and CE. RGB value is (111,188,206). Sum of RGB (Red+Green+Blue) = 111+188+206=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FBCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCCE is #904331. Grayscale: #A6A6A6. Windows color (decimal): -9454386 or 13548655. OLE color: 13548655.
HSL color Cylindrical-coordinate representation of color #6FBCCE: hue angle of 191.37º 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 #6FBCCE is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 188 | 206 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.19 |
| HSL | 191.37º | 0.49% | 0.62% | - |
| HSV(B) | 191.37º | 0.46% | 0.81% | - |
| XYZ | 35.68 | 43.8 | 64.97 | - |
| YUV | 167.03 | 149.99 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 206 | 0.46 | 0.09 | 0 | 0.19 | 191.37 | 0.49 | 0.62 |
| Hex | 6F | BC | CE | 2E | 9 | 0 | 13 | BF | 31 | 3E |
| Octal | 157 | 274 | 316 | 56 | 11 | 0 | 23 | 277 | 61 | 76 |
| Binary | 1101111 | 10111100 | 11001110 | 101110 | 1001 | 0 | 10011 | 10111111 | 110001 | 111110 |
Color Harmonies of #6FBCCE
Complementary color
Monochromatic Colors of #6FBCCE
Black with #6FBCCE
Text Example
Text Example
White with #6FBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCCE; }
p { color: rgb(111,188,206); }
H1.HeaderClassName
{
color: #6FBCCE;
}
.AnyTagClassName
{
color: #6FBCCE;
}
</style>
background-color css
<style>
a { background-color: #6FBCCE; }
a { background-color: rgb(111,188,206); }
div.DivClassName
{
background-color: #6FBCCE;
}
.BgClassName
{
background-color: #6FBCCE;
}
</style>
border-color css
<style>
span { border-color: #6FBCCE; }
span { border-color: rgb(111,188,206); }
td.TdClassName
{
border-color: #6FBCCE;
}
.TagClassName
{
border-color: #6FBCCE;
}
</style>