Shades of Seagull #6ABECD
Tints of Seagull #6ABECD
RGB
CMYK
RGB Variations
Color information
#6ABECD (or 0x6ABECD) is known color: Seagull. HEX triplet: 6A, BE and CD. RGB value is (106,190,205). Sum of RGB (Red+Green+Blue) = 106+190+205=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #6ABECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABECD is #954132. Grayscale: #A6A6A6. Windows color (decimal): -9781555 or 13483626. OLE color: 13483626.
HSL color Cylindrical-coordinate representation of color #6ABECD: hue angle of 189.09º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ABECD is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 190 | 205 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.20 |
| HSL | 189.09º | 0.5% | 0.61% | - |
| HSV(B) | 189.09º | 0.48% | 0.8% | - |
| XYZ | 35.38 | 44.3 | 64.44 | - |
| YUV | 166.59 | 149.67 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 205 | 0.48 | 0.07 | 0 | 0.20 | 189.09 | 0.5 | 0.61 |
| Hex | 6A | BE | CD | 30 | 7 | 0 | 14 | BD | 32 | 3D |
| Octal | 152 | 276 | 315 | 60 | 7 | 0 | 24 | 275 | 62 | 75 |
| Binary | 1101010 | 10111110 | 11001101 | 110000 | 111 | 0 | 10100 | 10111101 | 110010 | 111101 |
Color Harmonies of #6ABECD
Complementary color
Monochromatic Colors of #6ABECD
Black with #6ABECD
Text Example
Text Example
White with #6ABECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABECD; }
p { color: rgb(106,190,205); }
H1.HeaderClassName
{
color: #6ABECD;
}
.AnyTagClassName
{
color: #6ABECD;
}
</style>
background-color css
<style>
a { background-color: #6ABECD; }
a { background-color: rgb(106,190,205); }
div.DivClassName
{
background-color: #6ABECD;
}
.BgClassName
{
background-color: #6ABECD;
}
</style>
border-color css
<style>
span { border-color: #6ABECD; }
span { border-color: rgb(106,190,205); }
td.TdClassName
{
border-color: #6ABECD;
}
.TagClassName
{
border-color: #6ABECD;
}
</style>