Shades of Seagull #6AB3D3
Tints of Seagull #6AB3D3
RGB
CMYK
RGB Variations
Color information
#6AB3D3 (or 0x6AB3D3) is known color: Seagull. HEX triplet: 6A, B3 and D3. RGB value is (106,179,211). Sum of RGB (Red+Green+Blue) = 106+179+211=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 211 (82.81% from 255 or 42.54% from 496); Max value from RGB is 211 - color contains mainly: blue. Hex color #6AB3D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB3D3 is #954C2C. Grayscale: #A0A0A0. Windows color (decimal): -9784365 or 13874026. OLE color: 13874026.
HSL color Cylindrical-coordinate representation of color #6AB3D3: hue angle of 198.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AB3D3 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 179 | 211 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.17 |
| HSL | 198.29º | 0.54% | 0.62% | - |
| HSV(B) | 198.29º | 0.5% | 0.83% | - |
| XYZ | 33.82 | 40.01 | 67.57 | - |
| YUV | 160.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 179 | 211 | 0.50 | 0.15 | 0 | 0.17 | 198.29 | 0.54 | 0.62 |
| Hex | 6A | B3 | D3 | 32 | F | 0 | 11 | C6 | 36 | 3E |
| Octal | 152 | 263 | 323 | 62 | 17 | 0 | 21 | 306 | 66 | 76 |
| Binary | 1101010 | 10110011 | 11010011 | 110010 | 1111 | 0 | 10001 | 11000110 | 110110 | 111110 |
Color Harmonies of #6AB3D3
Complementary color
Monochromatic Colors of #6AB3D3
Black with #6AB3D3
Text Example
Text Example
White with #6AB3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB3D3; }
p { color: rgb(106,179,211); }
H1.HeaderClassName
{
color: #6AB3D3;
}
.AnyTagClassName
{
color: #6AB3D3;
}
</style>
background-color css
<style>
a { background-color: #6AB3D3; }
a { background-color: rgb(106,179,211); }
div.DivClassName
{
background-color: #6AB3D3;
}
.BgClassName
{
background-color: #6AB3D3;
}
</style>
border-color css
<style>
span { border-color: #6AB3D3; }
span { border-color: rgb(106,179,211); }
td.TdClassName
{
border-color: #6AB3D3;
}
.TagClassName
{
border-color: #6AB3D3;
}
</style>