Shades of Seagull #6BADD3
Tints of Seagull #6BADD3
RGB
CMYK
RGB Variations
Color information
#6BADD3 (or 0x6BADD3) is known color: Seagull. HEX triplet: 6B, AD and D3. RGB value is (107,173,211). Sum of RGB (Red+Green+Blue) = 107+173+211=491 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.79% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #6BADD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADD3 is #94522C. Grayscale: #9D9D9D. Windows color (decimal): -9720365 or 13872491. OLE color: 13872491.
HSL color Cylindrical-coordinate representation of color #6BADD3: hue angle of 201.92º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BADD3 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 107 | 173 | 211 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.17 |
| HSL | 201.92º | 0.54% | 0.62% | - |
| HSV(B) | 201.92º | 0.49% | 0.83% | - |
| XYZ | 32.76 | 37.72 | 67.18 | - |
| YUV | 157.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 211 | 0.49 | 0.18 | 0 | 0.17 | 201.92 | 0.54 | 0.62 |
| Hex | 6B | AD | D3 | 31 | 12 | 0 | 11 | CA | 36 | 3E |
| Octal | 153 | 255 | 323 | 61 | 22 | 0 | 21 | 312 | 66 | 76 |
| Binary | 1101011 | 10101101 | 11010011 | 110001 | 10010 | 0 | 10001 | 11001010 | 110110 | 111110 |
Color Harmonies of #6BADD3
Complementary color
Monochromatic Colors of #6BADD3
Black with #6BADD3
Text Example
Text Example
White with #6BADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADD3; }
p { color: rgb(107,173,211); }
H1.HeaderClassName
{
color: #6BADD3;
}
.AnyTagClassName
{
color: #6BADD3;
}
</style>
background-color css
<style>
a { background-color: #6BADD3; }
a { background-color: rgb(107,173,211); }
div.DivClassName
{
background-color: #6BADD3;
}
.BgClassName
{
background-color: #6BADD3;
}
</style>
border-color css
<style>
span { border-color: #6BADD3; }
span { border-color: rgb(107,173,211); }
td.TdClassName
{
border-color: #6BADD3;
}
.TagClassName
{
border-color: #6BADD3;
}
</style>