Shades of Seagull #6BACCC
Tints of Seagull #6BACCC
RGB
CMYK
RGB Variations
Color information
#6BACCC (or 0x6BACCC) is known color: Seagull. HEX triplet: 6B, AC and CC. RGB value is (107,172,204). Sum of RGB (Red+Green+Blue) = 107+172+204=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACCC is #945333. Grayscale: #9C9C9C. Windows color (decimal): -9720628 or 13413483. OLE color: 13413483.
HSL color Cylindrical-coordinate representation of color #6BACCC: hue angle of 199.79º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BACCC is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 172 | 204 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.2 |
| HSL | 199.79º | 0.49% | 0.61% | - |
| HSV(B) | 199.79º | 0.48% | 0.8% | - |
| XYZ | 31.72 | 36.99 | 62.6 | - |
| YUV | 156.21 | 154.97 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 204 | 0.48 | 0.16 | 0 | 0.2 | 199.79 | 0.49 | 0.61 |
| Hex | 6B | AC | CC | 30 | 10 | 0 | 14 | C8 | 31 | 3D |
| Octal | 153 | 254 | 314 | 60 | 20 | 0 | 24 | 310 | 61 | 75 |
| Binary | 1101011 | 10101100 | 11001100 | 110000 | 10000 | 0 | 10100 | 11001000 | 110001 | 111101 |
Color Harmonies of #6BACCC
Complementary color
Monochromatic Colors of #6BACCC
Black with #6BACCC
Text Example
Text Example
White with #6BACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACCC; }
p { color: rgb(107,172,204); }
H1.HeaderClassName
{
color: #6BACCC;
}
.AnyTagClassName
{
color: #6BACCC;
}
</style>
background-color css
<style>
a { background-color: #6BACCC; }
a { background-color: rgb(107,172,204); }
div.DivClassName
{
background-color: #6BACCC;
}
.BgClassName
{
background-color: #6BACCC;
}
</style>
border-color css
<style>
span { border-color: #6BACCC; }
span { border-color: rgb(107,172,204); }
td.TdClassName
{
border-color: #6BACCC;
}
.TagClassName
{
border-color: #6BACCC;
}
</style>