Shades of Seagull #6ABED5
Tints of Seagull #6ABED5
RGB
CMYK
RGB Variations
Color information
#6ABED5 (or 0x6ABED5) is known color: Seagull. HEX triplet: 6A, BE and D5. RGB value is (106,190,213). Sum of RGB (Red+Green+Blue) = 106+190+213=509 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.83% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #6ABED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABED5 is #95412A. Grayscale: #A7A7A7. Windows color (decimal): -9781547 or 14007914. OLE color: 14007914.
HSL color Cylindrical-coordinate representation of color #6ABED5: hue angle of 192.9º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ABED5 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 190 | 213 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.16 |
| HSL | 192.9º | 0.56% | 0.63% | - |
| HSV(B) | 192.9º | 0.5% | 0.84% | - |
| XYZ | 36.37 | 44.7 | 69.66 | - |
| YUV | 167.51 | 153.67 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 213 | 0.50 | 0.11 | 0 | 0.16 | 192.9 | 0.56 | 0.63 |
| Hex | 6A | BE | D5 | 32 | B | 0 | 10 | C1 | 38 | 3F |
| Octal | 152 | 276 | 325 | 62 | 13 | 0 | 20 | 301 | 70 | 77 |
| Binary | 1101010 | 10111110 | 11010101 | 110010 | 1011 | 0 | 10000 | 11000001 | 111000 | 111111 |
Color Harmonies of #6ABED5
Complementary color
Monochromatic Colors of #6ABED5
Black with #6ABED5
Text Example
Text Example
White with #6ABED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABED5; }
p { color: rgb(106,190,213); }
H1.HeaderClassName
{
color: #6ABED5;
}
.AnyTagClassName
{
color: #6ABED5;
}
</style>
background-color css
<style>
a { background-color: #6ABED5; }
a { background-color: rgb(106,190,213); }
div.DivClassName
{
background-color: #6ABED5;
}
.BgClassName
{
background-color: #6ABED5;
}
</style>
border-color css
<style>
span { border-color: #6ABED5; }
span { border-color: rgb(106,190,213); }
td.TdClassName
{
border-color: #6ABED5;
}
.TagClassName
{
border-color: #6ABED5;
}
</style>