Shades of Seagull #6BADC8
Tints of Seagull #6BADC8
RGB
CMYK
RGB Variations
Color information
#6BADC8 (or 0x6BADC8) is known color: Seagull. HEX triplet: 6B, AD and C8. RGB value is (107,173,200). Sum of RGB (Red+Green+Blue) = 107+173+200=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 200 - color contains mainly: blue. Hex color #6BADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BADC8 is #945237. Grayscale: #9C9C9C. Windows color (decimal): -9720376 or 13151595. OLE color: 13151595.
HSL color Cylindrical-coordinate representation of color #6BADC8: hue angle of 197.42º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BADC8 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 173 | 200 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.22 |
| HSL | 197.42º | 0.46% | 0.6% | - |
| HSV(B) | 197.42º | 0.47% | 0.78% | - |
| XYZ | 31.43 | 37.18 | 60.16 | - |
| YUV | 156.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 173 | 200 | 0.46 | 0.14 | 0 | 0.22 | 197.42 | 0.46 | 0.6 |
| Hex | 6B | AD | C8 | 2E | E | 0 | 16 | C5 | 2E | 3C |
| Octal | 153 | 255 | 310 | 56 | 16 | 0 | 26 | 305 | 56 | 74 |
| Binary | 1101011 | 10101101 | 11001000 | 101110 | 1110 | 0 | 10110 | 11000101 | 101110 | 111100 |
Color Harmonies of #6BADC8
Complementary color
Monochromatic Colors of #6BADC8
Black with #6BADC8
Text Example
Text Example
White with #6BADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BADC8; }
p { color: rgb(107,173,200); }
H1.HeaderClassName
{
color: #6BADC8;
}
.AnyTagClassName
{
color: #6BADC8;
}
</style>
background-color css
<style>
a { background-color: #6BADC8; }
a { background-color: rgb(107,173,200); }
div.DivClassName
{
background-color: #6BADC8;
}
.BgClassName
{
background-color: #6BADC8;
}
</style>
border-color css
<style>
span { border-color: #6BADC8; }
span { border-color: rgb(107,173,200); }
td.TdClassName
{
border-color: #6BADC8;
}
.TagClassName
{
border-color: #6BADC8;
}
</style>