Shades of Seagull #6AB7CF
Tints of Seagull #6AB7CF
RGB
CMYK
RGB Variations
Color information
#6AB7CF (or 0x6AB7CF) is known color: Seagull. HEX triplet: 6A, B7 and CF. RGB value is (106,183,207). Sum of RGB (Red+Green+Blue) = 106+183+207=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #6AB7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB7CF is #954830. Grayscale: #A2A2A2. Windows color (decimal): -9783345 or 13612906. OLE color: 13612906.
HSL color Cylindrical-coordinate representation of color #6AB7CF: hue angle of 194.26º 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 #6AB7CF is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 183 | 207 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.19 |
| HSL | 194.26º | 0.51% | 0.61% | - |
| HSV(B) | 194.26º | 0.49% | 0.81% | - |
| XYZ | 34.14 | 41.44 | 65.23 | - |
| YUV | 162.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 207 | 0.49 | 0.12 | 0 | 0.19 | 194.26 | 0.51 | 0.61 |
| Hex | 6A | B7 | CF | 31 | C | 0 | 13 | C2 | 33 | 3D |
| Octal | 152 | 267 | 317 | 61 | 14 | 0 | 23 | 302 | 63 | 75 |
| Binary | 1101010 | 10110111 | 11001111 | 110001 | 1100 | 0 | 10011 | 11000010 | 110011 | 111101 |
Color Harmonies of #6AB7CF
Complementary color
Monochromatic Colors of #6AB7CF
Black with #6AB7CF
Text Example
Text Example
White with #6AB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB7CF; }
p { color: rgb(106,183,207); }
H1.HeaderClassName
{
color: #6AB7CF;
}
.AnyTagClassName
{
color: #6AB7CF;
}
</style>
background-color css
<style>
a { background-color: #6AB7CF; }
a { background-color: rgb(106,183,207); }
div.DivClassName
{
background-color: #6AB7CF;
}
.BgClassName
{
background-color: #6AB7CF;
}
</style>
border-color css
<style>
span { border-color: #6AB7CF; }
span { border-color: rgb(106,183,207); }
td.TdClassName
{
border-color: #6AB7CF;
}
.TagClassName
{
border-color: #6AB7CF;
}
</style>