Shades of Seagull #6BAECA
Tints of Seagull #6BAECA
RGB
CMYK
RGB Variations
Color information
#6BAECA (or 0x6BAECA) is known color: Seagull. HEX triplet: 6B, AE and CA. RGB value is (107,174,202). Sum of RGB (Red+Green+Blue) = 107+174+202=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #6BAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAECA is #945135. Grayscale: #9C9C9C. Windows color (decimal): -9720118 or 13282923. OLE color: 13282923.
HSL color Cylindrical-coordinate representation of color #6BAECA: hue angle of 197.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BAECA is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 174 | 202 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.21 |
| HSL | 197.68º | 0.47% | 0.61% | - |
| HSV(B) | 197.68º | 0.47% | 0.79% | - |
| XYZ | 31.86 | 37.66 | 61.47 | - |
| YUV | 157.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 202 | 0.47 | 0.14 | 0 | 0.21 | 197.68 | 0.47 | 0.61 |
| Hex | 6B | AE | CA | 2F | E | 0 | 15 | C6 | 2F | 3D |
| Octal | 153 | 256 | 312 | 57 | 16 | 0 | 25 | 306 | 57 | 75 |
| Binary | 1101011 | 10101110 | 11001010 | 101111 | 1110 | 0 | 10101 | 11000110 | 101111 | 111101 |
Color Harmonies of #6BAECA
Complementary color
Monochromatic Colors of #6BAECA
Black with #6BAECA
Text Example
Text Example
White with #6BAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAECA; }
p { color: rgb(107,174,202); }
H1.HeaderClassName
{
color: #6BAECA;
}
.AnyTagClassName
{
color: #6BAECA;
}
</style>
background-color css
<style>
a { background-color: #6BAECA; }
a { background-color: rgb(107,174,202); }
div.DivClassName
{
background-color: #6BAECA;
}
.BgClassName
{
background-color: #6BAECA;
}
</style>
border-color css
<style>
span { border-color: #6BAECA; }
span { border-color: rgb(107,174,202); }
td.TdClassName
{
border-color: #6BAECA;
}
.TagClassName
{
border-color: #6BAECA;
}
</style>