Shades of Seagull #6BAECB
Tints of Seagull #6BAECB
RGB
CMYK
RGB Variations
Color information
#6BAECB (or 0x6BAECB) is known color: Seagull. HEX triplet: 6B, AE and CB. RGB value is (107,174,203). Sum of RGB (Red+Green+Blue) = 107+174+203=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #6BAECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAECB is #945134. Grayscale: #9D9D9D. Windows color (decimal): -9720117 or 13348459. OLE color: 13348459.
HSL color Cylindrical-coordinate representation of color #6BAECB: hue angle of 198.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BAECB is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 174 | 203 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.20 |
| HSL | 198.13º | 0.48% | 0.61% | - |
| HSV(B) | 198.13º | 0.47% | 0.8% | - |
| XYZ | 31.98 | 37.71 | 62.09 | - |
| YUV | 157.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 203 | 0.47 | 0.14 | 0 | 0.20 | 198.13 | 0.48 | 0.61 |
| Hex | 6B | AE | CB | 2F | E | 0 | 14 | C6 | 30 | 3D |
| Octal | 153 | 256 | 313 | 57 | 16 | 0 | 24 | 306 | 60 | 75 |
| Binary | 1101011 | 10101110 | 11001011 | 101111 | 1110 | 0 | 10100 | 11000110 | 110000 | 111101 |
Color Harmonies of #6BAECB
Complementary color
Monochromatic Colors of #6BAECB
Black with #6BAECB
Text Example
Text Example
White with #6BAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAECB; }
p { color: rgb(107,174,203); }
H1.HeaderClassName
{
color: #6BAECB;
}
.AnyTagClassName
{
color: #6BAECB;
}
</style>
background-color css
<style>
a { background-color: #6BAECB; }
a { background-color: rgb(107,174,203); }
div.DivClassName
{
background-color: #6BAECB;
}
.BgClassName
{
background-color: #6BAECB;
}
</style>
border-color css
<style>
span { border-color: #6BAECB; }
span { border-color: rgb(107,174,203); }
td.TdClassName
{
border-color: #6BAECB;
}
.TagClassName
{
border-color: #6BAECB;
}
</style>