Shades of Seagull #6FB7CC
Tints of Seagull #6FB7CC
RGB
CMYK
RGB Variations
Color information
#6FB7CC (or 0x6FB7CC) is known color: Seagull. HEX triplet: 6F, B7 and CC. RGB value is (111,183,204). Sum of RGB (Red+Green+Blue) = 111+183+204=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FB7CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB7CC is #904833. Grayscale: #A3A3A3. Windows color (decimal): -9455668 or 13416303. OLE color: 13416303.
HSL color Cylindrical-coordinate representation of color #6FB7CC: hue angle of 193.55º 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 #6FB7CC is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 183 | 204 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.2 |
| HSL | 193.55º | 0.48% | 0.62% | - |
| HSV(B) | 193.55º | 0.46% | 0.8% | - |
| XYZ | 34.39 | 41.61 | 63.35 | - |
| YUV | 163.87 | 150.65 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 183 | 204 | 0.46 | 0.10 | 0 | 0.2 | 193.55 | 0.48 | 0.62 |
| Hex | 6F | B7 | CC | 2E | A | 0 | 14 | C2 | 30 | 3E |
| Octal | 157 | 267 | 314 | 56 | 12 | 0 | 24 | 302 | 60 | 76 |
| Binary | 1101111 | 10110111 | 11001100 | 101110 | 1010 | 0 | 10100 | 11000010 | 110000 | 111110 |
Color Harmonies of #6FB7CC
Complementary color
Monochromatic Colors of #6FB7CC
Black with #6FB7CC
Text Example
Text Example
White with #6FB7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB7CC; }
p { color: rgb(111,183,204); }
H1.HeaderClassName
{
color: #6FB7CC;
}
.AnyTagClassName
{
color: #6FB7CC;
}
</style>
background-color css
<style>
a { background-color: #6FB7CC; }
a { background-color: rgb(111,183,204); }
div.DivClassName
{
background-color: #6FB7CC;
}
.BgClassName
{
background-color: #6FB7CC;
}
</style>
border-color css
<style>
span { border-color: #6FB7CC; }
span { border-color: rgb(111,183,204); }
td.TdClassName
{
border-color: #6FB7CC;
}
.TagClassName
{
border-color: #6FB7CC;
}
</style>