Shades of Seagull #6BADCF
Tints of Seagull #6BADCF
RGB
CMYK
RGB Variations
Color information
#6BADCF (or 0x6BADCF) is known color: Seagull. HEX triplet: 6B, AD and CF. RGB value is (107,173,207). Sum of RGB (Red+Green+Blue) = 107+173+207=487 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.97% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADCF is #945230. Grayscale: #9C9C9C. Windows color (decimal): -9720369 or 13610347. OLE color: 13610347.
HSL color Cylindrical-coordinate representation of color #6BADCF: hue angle of 200.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BADCF is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 173 | 207 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.19 |
| HSL | 200.4º | 0.51% | 0.62% | - |
| HSV(B) | 200.4º | 0.48% | 0.81% | - |
| XYZ | 32.27 | 37.52 | 64.57 | - |
| YUV | 157.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 207 | 0.48 | 0.16 | 0 | 0.19 | 200.4 | 0.51 | 0.62 |
| Hex | 6B | AD | CF | 30 | 10 | 0 | 13 | C8 | 33 | 3E |
| Octal | 153 | 255 | 317 | 60 | 20 | 0 | 23 | 310 | 63 | 76 |
| Binary | 1101011 | 10101101 | 11001111 | 110000 | 10000 | 0 | 10011 | 11001000 | 110011 | 111110 |
Color Harmonies of #6BADCF
Complementary color
Monochromatic Colors of #6BADCF
Black with #6BADCF
Text Example
Text Example
White with #6BADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADCF; }
p { color: rgb(107,173,207); }
H1.HeaderClassName
{
color: #6BADCF;
}
.AnyTagClassName
{
color: #6BADCF;
}
</style>
background-color css
<style>
a { background-color: #6BADCF; }
a { background-color: rgb(107,173,207); }
div.DivClassName
{
background-color: #6BADCF;
}
.BgClassName
{
background-color: #6BADCF;
}
</style>
border-color css
<style>
span { border-color: #6BADCF; }
span { border-color: rgb(107,173,207); }
td.TdClassName
{
border-color: #6BADCF;
}
.TagClassName
{
border-color: #6BADCF;
}
</style>