Shades of Seagull #6AB8CE
Tints of Seagull #6AB8CE
RGB
CMYK
RGB Variations
Color information
#6AB8CE (or 0x6AB8CE) is known color: Seagull. HEX triplet: 6A, B8 and CE. RGB value is (106,184,206). Sum of RGB (Red+Green+Blue) = 106+184+206=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AB8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB8CE is #954731. Grayscale: #A3A3A3. Windows color (decimal): -9783090 or 13547626. OLE color: 13547626.
HSL color Cylindrical-coordinate representation of color #6AB8CE: hue angle of 193.2º 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 #6AB8CE is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 184 | 206 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.19 |
| HSL | 193.2º | 0.51% | 0.61% | - |
| HSV(B) | 193.2º | 0.49% | 0.81% | - |
| XYZ | 34.22 | 41.8 | 64.66 | - |
| YUV | 163.19 | 152.16 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 184 | 206 | 0.49 | 0.11 | 0 | 0.19 | 193.2 | 0.51 | 0.61 |
| Hex | 6A | B8 | CE | 31 | B | 0 | 13 | C1 | 33 | 3D |
| Octal | 152 | 270 | 316 | 61 | 13 | 0 | 23 | 301 | 63 | 75 |
| Binary | 1101010 | 10111000 | 11001110 | 110001 | 1011 | 0 | 10011 | 11000001 | 110011 | 111101 |
Color Harmonies of #6AB8CE
Complementary color
Monochromatic Colors of #6AB8CE
Black with #6AB8CE
Text Example
Text Example
White with #6AB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB8CE; }
p { color: rgb(106,184,206); }
H1.HeaderClassName
{
color: #6AB8CE;
}
.AnyTagClassName
{
color: #6AB8CE;
}
</style>
background-color css
<style>
a { background-color: #6AB8CE; }
a { background-color: rgb(106,184,206); }
div.DivClassName
{
background-color: #6AB8CE;
}
.BgClassName
{
background-color: #6AB8CE;
}
</style>
border-color css
<style>
span { border-color: #6AB8CE; }
span { border-color: rgb(106,184,206); }
td.TdClassName
{
border-color: #6AB8CE;
}
.TagClassName
{
border-color: #6AB8CE;
}
</style>