Shades of Seagull #6BADCB
Tints of Seagull #6BADCB
RGB
CMYK
RGB Variations
Color information
#6BADCB (or 0x6BADCB) is known color: Seagull. HEX triplet: 6B, AD and CB. RGB value is (107,173,203). Sum of RGB (Red+Green+Blue) = 107+173+203=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #6BADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADCB is #945234. Grayscale: #9C9C9C. Windows color (decimal): -9720373 or 13348203. OLE color: 13348203.
HSL color Cylindrical-coordinate representation of color #6BADCB: hue angle of 198.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BADCB is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 173 | 203 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.20 |
| HSL | 198.75º | 0.48% | 0.61% | - |
| HSV(B) | 198.75º | 0.47% | 0.8% | - |
| XYZ | 31.79 | 37.32 | 62.03 | - |
| YUV | 156.69 | 154.13 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 203 | 0.47 | 0.15 | 0 | 0.20 | 198.75 | 0.48 | 0.61 |
| Hex | 6B | AD | CB | 2F | F | 0 | 14 | C7 | 30 | 3D |
| Octal | 153 | 255 | 313 | 57 | 17 | 0 | 24 | 307 | 60 | 75 |
| Binary | 1101011 | 10101101 | 11001011 | 101111 | 1111 | 0 | 10100 | 11000111 | 110000 | 111101 |
Color Harmonies of #6BADCB
Complementary color
Monochromatic Colors of #6BADCB
Black with #6BADCB
Text Example
Text Example
White with #6BADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADCB; }
p { color: rgb(107,173,203); }
H1.HeaderClassName
{
color: #6BADCB;
}
.AnyTagClassName
{
color: #6BADCB;
}
</style>
background-color css
<style>
a { background-color: #6BADCB; }
a { background-color: rgb(107,173,203); }
div.DivClassName
{
background-color: #6BADCB;
}
.BgClassName
{
background-color: #6BADCB;
}
</style>
border-color css
<style>
span { border-color: #6BADCB; }
span { border-color: rgb(107,173,203); }
td.TdClassName
{
border-color: #6BADCB;
}
.TagClassName
{
border-color: #6BADCB;
}
</style>