Shades of Seagull #6ABBCF
Tints of Seagull #6ABBCF
RGB
CMYK
RGB Variations
Color information
#6ABBCF (or 0x6ABBCF) is known color: Seagull. HEX triplet: 6A, BB and CF. RGB value is (106,187,207). Sum of RGB (Red+Green+Blue) = 106+187+207=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #6ABBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBCF is #954430. Grayscale: #A4A4A4. Windows color (decimal): -9782321 or 13613930. OLE color: 13613930.
HSL color Cylindrical-coordinate representation of color #6ABBCF: hue angle of 191.88º 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 #6ABBCF is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 187 | 207 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.19 |
| HSL | 191.88º | 0.51% | 0.61% | - |
| HSV(B) | 191.88º | 0.49% | 0.81% | - |
| XYZ | 34.98 | 43.11 | 65.51 | - |
| YUV | 165.06 | 151.66 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 207 | 0.49 | 0.10 | 0 | 0.19 | 191.88 | 0.51 | 0.61 |
| Hex | 6A | BB | CF | 31 | A | 0 | 13 | C0 | 33 | 3D |
| Octal | 152 | 273 | 317 | 61 | 12 | 0 | 23 | 300 | 63 | 75 |
| Binary | 1101010 | 10111011 | 11001111 | 110001 | 1010 | 0 | 10011 | 11000000 | 110011 | 111101 |
Color Harmonies of #6ABBCF
Complementary color
Monochromatic Colors of #6ABBCF
Black with #6ABBCF
Text Example
Text Example
White with #6ABBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBCF; }
p { color: rgb(106,187,207); }
H1.HeaderClassName
{
color: #6ABBCF;
}
.AnyTagClassName
{
color: #6ABBCF;
}
</style>
background-color css
<style>
a { background-color: #6ABBCF; }
a { background-color: rgb(106,187,207); }
div.DivClassName
{
background-color: #6ABBCF;
}
.BgClassName
{
background-color: #6ABBCF;
}
</style>
border-color css
<style>
span { border-color: #6ABBCF; }
span { border-color: rgb(106,187,207); }
td.TdClassName
{
border-color: #6ABBCF;
}
.TagClassName
{
border-color: #6ABBCF;
}
</style>