Shades of Seagull #6FBCCD
Tints of Seagull #6FBCCD
RGB
CMYK
RGB Variations
Color information
#6FBCCD (or 0x6FBCCD) is known color: Seagull. HEX triplet: 6F, BC and CD. RGB value is (111,188,205). Sum of RGB (Red+Green+Blue) = 111+188+205=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #6FBCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCCD is #904332. Grayscale: #A6A6A6. Windows color (decimal): -9454387 or 13483119. OLE color: 13483119.
HSL color Cylindrical-coordinate representation of color #6FBCCD: hue angle of 190.85º 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 #6FBCCD is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 188 | 205 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.20 |
| HSL | 190.85º | 0.48% | 0.62% | - |
| HSV(B) | 190.85º | 0.46% | 0.8% | - |
| XYZ | 35.56 | 43.75 | 64.33 | - |
| YUV | 166.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 205 | 0.46 | 0.08 | 0 | 0.20 | 190.85 | 0.48 | 0.62 |
| Hex | 6F | BC | CD | 2E | 8 | 0 | 14 | BF | 30 | 3E |
| Octal | 157 | 274 | 315 | 56 | 10 | 0 | 24 | 277 | 60 | 76 |
| Binary | 1101111 | 10111100 | 11001101 | 101110 | 1000 | 0 | 10100 | 10111111 | 110000 | 111110 |
Color Harmonies of #6FBCCD
Complementary color
Monochromatic Colors of #6FBCCD
Black with #6FBCCD
Text Example
Text Example
White with #6FBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCCD; }
p { color: rgb(111,188,205); }
H1.HeaderClassName
{
color: #6FBCCD;
}
.AnyTagClassName
{
color: #6FBCCD;
}
</style>
background-color css
<style>
a { background-color: #6FBCCD; }
a { background-color: rgb(111,188,205); }
div.DivClassName
{
background-color: #6FBCCD;
}
.BgClassName
{
background-color: #6FBCCD;
}
</style>
border-color css
<style>
span { border-color: #6FBCCD; }
span { border-color: rgb(111,188,205); }
td.TdClassName
{
border-color: #6FBCCD;
}
.TagClassName
{
border-color: #6FBCCD;
}
</style>