Shades of Seagull #6ABECF
Tints of Seagull #6ABECF
RGB
CMYK
RGB Variations
Color information
#6ABECF (or 0x6ABECF) is known color: Seagull. HEX triplet: 6A, BE and CF. RGB value is (106,190,207). Sum of RGB (Red+Green+Blue) = 106+190+207=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #6ABECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABECF is #954130. Grayscale: #A6A6A6. Windows color (decimal): -9781553 or 13614698. OLE color: 13614698.
HSL color Cylindrical-coordinate representation of color #6ABECF: hue angle of 190.1º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ABECF is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 190 | 207 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.19 |
| HSL | 190.1º | 0.51% | 0.61% | - |
| HSV(B) | 190.1º | 0.49% | 0.81% | - |
| XYZ | 35.62 | 44.4 | 65.72 | - |
| YUV | 166.82 | 150.67 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 207 | 0.49 | 0.08 | 0 | 0.19 | 190.1 | 0.51 | 0.61 |
| Hex | 6A | BE | CF | 31 | 8 | 0 | 13 | BE | 33 | 3D |
| Octal | 152 | 276 | 317 | 61 | 10 | 0 | 23 | 276 | 63 | 75 |
| Binary | 1101010 | 10111110 | 11001111 | 110001 | 1000 | 0 | 10011 | 10111110 | 110011 | 111101 |
Color Harmonies of #6ABECF
Complementary color
Monochromatic Colors of #6ABECF
Black with #6ABECF
Text Example
Text Example
White with #6ABECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABECF; }
p { color: rgb(106,190,207); }
H1.HeaderClassName
{
color: #6ABECF;
}
.AnyTagClassName
{
color: #6ABECF;
}
</style>
background-color css
<style>
a { background-color: #6ABECF; }
a { background-color: rgb(106,190,207); }
div.DivClassName
{
background-color: #6ABECF;
}
.BgClassName
{
background-color: #6ABECF;
}
</style>
border-color css
<style>
span { border-color: #6ABECF; }
span { border-color: rgb(106,190,207); }
td.TdClassName
{
border-color: #6ABECF;
}
.TagClassName
{
border-color: #6ABECF;
}
</style>