Shades of Seagull #6BADCC
Tints of Seagull #6BADCC
RGB
CMYK
RGB Variations
Color information
#6BADCC (or 0x6BADCC) is known color: Seagull. HEX triplet: 6B, AD and CC. RGB value is (107,173,204). Sum of RGB (Red+Green+Blue) = 107+173+204=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADCC is #945233. Grayscale: #9C9C9C. Windows color (decimal): -9720372 or 13413739. OLE color: 13413739.
HSL color Cylindrical-coordinate representation of color #6BADCC: hue angle of 199.18º 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 #6BADCC is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 173 | 204 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.2 |
| HSL | 199.18º | 0.49% | 0.61% | - |
| HSV(B) | 199.18º | 0.48% | 0.8% | - |
| XYZ | 31.91 | 37.37 | 62.66 | - |
| YUV | 156.8 | 154.63 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 204 | 0.48 | 0.15 | 0 | 0.2 | 199.18 | 0.49 | 0.61 |
| Hex | 6B | AD | CC | 30 | F | 0 | 14 | C7 | 31 | 3D |
| Octal | 153 | 255 | 314 | 60 | 17 | 0 | 24 | 307 | 61 | 75 |
| Binary | 1101011 | 10101101 | 11001100 | 110000 | 1111 | 0 | 10100 | 11000111 | 110001 | 111101 |
Color Harmonies of #6BADCC
Complementary color
Monochromatic Colors of #6BADCC
Black with #6BADCC
Text Example
Text Example
White with #6BADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADCC; }
p { color: rgb(107,173,204); }
H1.HeaderClassName
{
color: #6BADCC;
}
.AnyTagClassName
{
color: #6BADCC;
}
</style>
background-color css
<style>
a { background-color: #6BADCC; }
a { background-color: rgb(107,173,204); }
div.DivClassName
{
background-color: #6BADCC;
}
.BgClassName
{
background-color: #6BADCC;
}
</style>
border-color css
<style>
span { border-color: #6BADCC; }
span { border-color: rgb(107,173,204); }
td.TdClassName
{
border-color: #6BADCC;
}
.TagClassName
{
border-color: #6BADCC;
}
</style>