Shades of Seagull #6AB1CF
Tints of Seagull #6AB1CF
RGB
CMYK
RGB Variations
Color information
#6AB1CF (or 0x6AB1CF) is known color: Seagull. HEX triplet: 6A, B1 and CF. RGB value is (106,177,207). Sum of RGB (Red+Green+Blue) = 106+177+207=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #6AB1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB1CF is #954E30. Grayscale: #9F9F9F. Windows color (decimal): -9784881 or 13611370. OLE color: 13611370.
HSL color Cylindrical-coordinate representation of color #6AB1CF: hue angle of 197.82º 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 #6AB1CF is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 177 | 207 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.19 |
| HSL | 197.82º | 0.51% | 0.61% | - |
| HSV(B) | 197.82º | 0.49% | 0.81% | - |
| XYZ | 32.93 | 39.01 | 64.83 | - |
| YUV | 159.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 177 | 207 | 0.49 | 0.14 | 0 | 0.19 | 197.82 | 0.51 | 0.61 |
| Hex | 6A | B1 | CF | 31 | E | 0 | 13 | C6 | 33 | 3D |
| Octal | 152 | 261 | 317 | 61 | 16 | 0 | 23 | 306 | 63 | 75 |
| Binary | 1101010 | 10110001 | 11001111 | 110001 | 1110 | 0 | 10011 | 11000110 | 110011 | 111101 |
Color Harmonies of #6AB1CF
Complementary color
Monochromatic Colors of #6AB1CF
Black with #6AB1CF
Text Example
Text Example
White with #6AB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB1CF; }
p { color: rgb(106,177,207); }
H1.HeaderClassName
{
color: #6AB1CF;
}
.AnyTagClassName
{
color: #6AB1CF;
}
</style>
background-color css
<style>
a { background-color: #6AB1CF; }
a { background-color: rgb(106,177,207); }
div.DivClassName
{
background-color: #6AB1CF;
}
.BgClassName
{
background-color: #6AB1CF;
}
</style>
border-color css
<style>
span { border-color: #6AB1CF; }
span { border-color: rgb(106,177,207); }
td.TdClassName
{
border-color: #6AB1CF;
}
.TagClassName
{
border-color: #6AB1CF;
}
</style>