Shades of Seagull #6EBCCA
Tints of Seagull #6EBCCA
RGB
CMYK
RGB Variations
Color information
#6EBCCA (or 0x6EBCCA) is known color: Seagull. HEX triplet: 6E, BC and CA. RGB value is (110,188,202). Sum of RGB (Red+Green+Blue) = 110+188+202=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #6EBCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCCA is #914335. Grayscale: #A6A6A6. Windows color (decimal): -9519926 or 13286510. OLE color: 13286510.
HSL color Cylindrical-coordinate representation of color #6EBCCA: hue angle of 189.13º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EBCCA is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 188 | 202 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.21 |
| HSL | 189.13º | 0.46% | 0.61% | - |
| HSV(B) | 189.13º | 0.46% | 0.79% | - |
| XYZ | 35.07 | 43.55 | 62.43 | - |
| YUV | 166.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 202 | 0.46 | 0.07 | 0 | 0.21 | 189.13 | 0.46 | 0.61 |
| Hex | 6E | BC | CA | 2E | 7 | 0 | 15 | BD | 2E | 3D |
| Octal | 156 | 274 | 312 | 56 | 7 | 0 | 25 | 275 | 56 | 75 |
| Binary | 1101110 | 10111100 | 11001010 | 101110 | 111 | 0 | 10101 | 10111101 | 101110 | 111101 |
Color Harmonies of #6EBCCA
Complementary color
Monochromatic Colors of #6EBCCA
Black with #6EBCCA
Text Example
Text Example
White with #6EBCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBCCA; }
p { color: rgb(110,188,202); }
H1.HeaderClassName
{
color: #6EBCCA;
}
.AnyTagClassName
{
color: #6EBCCA;
}
</style>
background-color css
<style>
a { background-color: #6EBCCA; }
a { background-color: rgb(110,188,202); }
div.DivClassName
{
background-color: #6EBCCA;
}
.BgClassName
{
background-color: #6EBCCA;
}
</style>
border-color css
<style>
span { border-color: #6EBCCA; }
span { border-color: rgb(110,188,202); }
td.TdClassName
{
border-color: #6EBCCA;
}
.TagClassName
{
border-color: #6EBCCA;
}
</style>