Shades of Seagull #6BADCD
Tints of Seagull #6BADCD
RGB
CMYK
RGB Variations
Color information
#6BADCD (or 0x6BADCD) is known color: Seagull. HEX triplet: 6B, AD and CD. RGB value is (107,173,205). Sum of RGB (Red+Green+Blue) = 107+173+205=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADCD is #945232. Grayscale: #9C9C9C. Windows color (decimal): -9720371 or 13479275. OLE color: 13479275.
HSL color Cylindrical-coordinate representation of color #6BADCD: hue angle of 199.59º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BADCD is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 173 | 205 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.20 |
| HSL | 199.59º | 0.49% | 0.61% | - |
| HSV(B) | 199.59º | 0.48% | 0.8% | - |
| XYZ | 32.03 | 37.42 | 63.29 | - |
| YUV | 156.91 | 155.13 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 205 | 0.48 | 0.16 | 0 | 0.20 | 199.59 | 0.49 | 0.61 |
| Hex | 6B | AD | CD | 30 | 10 | 0 | 14 | C8 | 31 | 3D |
| Octal | 153 | 255 | 315 | 60 | 20 | 0 | 24 | 310 | 61 | 75 |
| Binary | 1101011 | 10101101 | 11001101 | 110000 | 10000 | 0 | 10100 | 11001000 | 110001 | 111101 |
Color Harmonies of #6BADCD
Complementary color
Monochromatic Colors of #6BADCD
Black with #6BADCD
Text Example
Text Example
White with #6BADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADCD; }
p { color: rgb(107,173,205); }
H1.HeaderClassName
{
color: #6BADCD;
}
.AnyTagClassName
{
color: #6BADCD;
}
</style>
background-color css
<style>
a { background-color: #6BADCD; }
a { background-color: rgb(107,173,205); }
div.DivClassName
{
background-color: #6BADCD;
}
.BgClassName
{
background-color: #6BADCD;
}
</style>
border-color css
<style>
span { border-color: #6BADCD; }
span { border-color: rgb(107,173,205); }
td.TdClassName
{
border-color: #6BADCD;
}
.TagClassName
{
border-color: #6BADCD;
}
</style>