Shades of Seagull #6BACCF
Tints of Seagull #6BACCF
RGB
CMYK
RGB Variations
Color information
#6BACCF (or 0x6BACCF) is known color: Seagull. HEX triplet: 6B, AC and CF. RGB value is (107,172,207). Sum of RGB (Red+Green+Blue) = 107+172+207=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACCF is #945330. Grayscale: #9C9C9C. Windows color (decimal): -9720625 or 13610091. OLE color: 13610091.
HSL color Cylindrical-coordinate representation of color #6BACCF: hue angle of 201º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BACCF is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 172 | 207 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.19 |
| HSL | 201º | 0.51% | 0.62% | - |
| HSV(B) | 201º | 0.48% | 0.81% | - |
| XYZ | 32.08 | 37.14 | 64.51 | - |
| YUV | 156.56 | 156.47 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 207 | 0.48 | 0.17 | 0 | 0.19 | 201 | 0.51 | 0.62 |
| Hex | 6B | AC | CF | 30 | 11 | 0 | 13 | C9 | 33 | 3E |
| Octal | 153 | 254 | 317 | 60 | 21 | 0 | 23 | 311 | 63 | 76 |
| Binary | 1101011 | 10101100 | 11001111 | 110000 | 10001 | 0 | 10011 | 11001001 | 110011 | 111110 |
Color Harmonies of #6BACCF
Complementary color
Monochromatic Colors of #6BACCF
Black with #6BACCF
Text Example
Text Example
White with #6BACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACCF; }
p { color: rgb(107,172,207); }
H1.HeaderClassName
{
color: #6BACCF;
}
.AnyTagClassName
{
color: #6BACCF;
}
</style>
background-color css
<style>
a { background-color: #6BACCF; }
a { background-color: rgb(107,172,207); }
div.DivClassName
{
background-color: #6BACCF;
}
.BgClassName
{
background-color: #6BACCF;
}
</style>
border-color css
<style>
span { border-color: #6BACCF; }
span { border-color: rgb(107,172,207); }
td.TdClassName
{
border-color: #6BACCF;
}
.TagClassName
{
border-color: #6BACCF;
}
</style>