Shades of Seagull #6AB5D1
Tints of Seagull #6AB5D1
RGB
CMYK
RGB Variations
Color information
#6AB5D1 (or 0x6AB5D1) is known color: Seagull. HEX triplet: 6A, B5 and D1. RGB value is (106,181,209). Sum of RGB (Red+Green+Blue) = 106+181+209=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #6AB5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB5D1 is #954A2E. Grayscale: #A1A1A1. Windows color (decimal): -9783855 or 13743466. OLE color: 13743466.
HSL color Cylindrical-coordinate representation of color #6AB5D1: hue angle of 196.31º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AB5D1 is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 181 | 209 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.18 |
| HSL | 196.31º | 0.53% | 0.62% | - |
| HSV(B) | 196.31º | 0.49% | 0.82% | - |
| XYZ | 33.98 | 40.72 | 66.39 | - |
| YUV | 161.77 | 154.65 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 181 | 209 | 0.49 | 0.13 | 0 | 0.18 | 196.31 | 0.53 | 0.62 |
| Hex | 6A | B5 | D1 | 31 | D | 0 | 12 | C4 | 35 | 3E |
| Octal | 152 | 265 | 321 | 61 | 15 | 0 | 22 | 304 | 65 | 76 |
| Binary | 1101010 | 10110101 | 11010001 | 110001 | 1101 | 0 | 10010 | 11000100 | 110101 | 111110 |
Color Harmonies of #6AB5D1
Complementary color
Monochromatic Colors of #6AB5D1
Black with #6AB5D1
Text Example
Text Example
White with #6AB5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB5D1; }
p { color: rgb(106,181,209); }
H1.HeaderClassName
{
color: #6AB5D1;
}
.AnyTagClassName
{
color: #6AB5D1;
}
</style>
background-color css
<style>
a { background-color: #6AB5D1; }
a { background-color: rgb(106,181,209); }
div.DivClassName
{
background-color: #6AB5D1;
}
.BgClassName
{
background-color: #6AB5D1;
}
</style>
border-color css
<style>
span { border-color: #6AB5D1; }
span { border-color: rgb(106,181,209); }
td.TdClassName
{
border-color: #6AB5D1;
}
.TagClassName
{
border-color: #6AB5D1;
}
</style>