Shades of Seagull #6BAEC8
Tints of Seagull #6BAEC8
RGB
CMYK
RGB Variations
Color information
#6BAEC8 (or 0x6BAEC8) is known color: Seagull. HEX triplet: 6B, AE and C8. RGB value is (107,174,200). Sum of RGB (Red+Green+Blue) = 107+174+200=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 200 - color contains mainly: blue. Hex color #6BAEC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAEC8 is #945137. Grayscale: #9C9C9C. Windows color (decimal): -9720120 or 13151851. OLE color: 13151851.
HSL color Cylindrical-coordinate representation of color #6BAEC8: hue angle of 196.77º 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 #6BAEC8 is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 174 | 200 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.22 |
| HSL | 196.77º | 0.46% | 0.6% | - |
| HSV(B) | 196.77º | 0.47% | 0.78% | - |
| XYZ | 31.62 | 37.57 | 60.23 | - |
| YUV | 156.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 200 | 0.46 | 0.13 | 0 | 0.22 | 196.77 | 0.46 | 0.6 |
| Hex | 6B | AE | C8 | 2E | D | 0 | 16 | C5 | 2E | 3C |
| Octal | 153 | 256 | 310 | 56 | 15 | 0 | 26 | 305 | 56 | 74 |
| Binary | 1101011 | 10101110 | 11001000 | 101110 | 1101 | 0 | 10110 | 11000101 | 101110 | 111100 |
Color Harmonies of #6BAEC8
Complementary color
Monochromatic Colors of #6BAEC8
Black with #6BAEC8
Text Example
Text Example
White with #6BAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAEC8; }
p { color: rgb(107,174,200); }
H1.HeaderClassName
{
color: #6BAEC8;
}
.AnyTagClassName
{
color: #6BAEC8;
}
</style>
background-color css
<style>
a { background-color: #6BAEC8; }
a { background-color: rgb(107,174,200); }
div.DivClassName
{
background-color: #6BAEC8;
}
.BgClassName
{
background-color: #6BAEC8;
}
</style>
border-color css
<style>
span { border-color: #6BAEC8; }
span { border-color: rgb(107,174,200); }
td.TdClassName
{
border-color: #6BAEC8;
}
.TagClassName
{
border-color: #6BAEC8;
}
</style>