Shades of Seagull #6BACCE
Tints of Seagull #6BACCE
RGB
CMYK
RGB Variations
Color information
#6BACCE (or 0x6BACCE) is known color: Seagull. HEX triplet: 6B, AC and CE. RGB value is (107,172,206). Sum of RGB (Red+Green+Blue) = 107+172+206=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACCE is #945331. Grayscale: #9C9C9C. Windows color (decimal): -9720626 or 13544555. OLE color: 13544555.
HSL color Cylindrical-coordinate representation of color #6BACCE: hue angle of 200.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BACCE is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 172 | 206 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.19 |
| HSL | 200.61º | 0.5% | 0.61% | - |
| HSV(B) | 200.61º | 0.48% | 0.81% | - |
| XYZ | 31.96 | 37.09 | 63.87 | - |
| YUV | 156.44 | 155.97 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 206 | 0.48 | 0.17 | 0 | 0.19 | 200.61 | 0.5 | 0.61 |
| Hex | 6B | AC | CE | 30 | 11 | 0 | 13 | C9 | 32 | 3D |
| Octal | 153 | 254 | 316 | 60 | 21 | 0 | 23 | 311 | 62 | 75 |
| Binary | 1101011 | 10101100 | 11001110 | 110000 | 10001 | 0 | 10011 | 11001001 | 110010 | 111101 |
Color Harmonies of #6BACCE
Complementary color
Monochromatic Colors of #6BACCE
Black with #6BACCE
Text Example
Text Example
White with #6BACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACCE; }
p { color: rgb(107,172,206); }
H1.HeaderClassName
{
color: #6BACCE;
}
.AnyTagClassName
{
color: #6BACCE;
}
</style>
background-color css
<style>
a { background-color: #6BACCE; }
a { background-color: rgb(107,172,206); }
div.DivClassName
{
background-color: #6BACCE;
}
.BgClassName
{
background-color: #6BACCE;
}
</style>
border-color css
<style>
span { border-color: #6BACCE; }
span { border-color: rgb(107,172,206); }
td.TdClassName
{
border-color: #6BACCE;
}
.TagClassName
{
border-color: #6BACCE;
}
</style>