Shades of Seagull #6BBACE
Tints of Seagull #6BBACE
RGB
CMYK
RGB Variations
Color information
#6BBACE (or 0x6BBACE) is known color: Seagull. HEX triplet: 6B, BA and CE. RGB value is (107,186,206). Sum of RGB (Red+Green+Blue) = 107+186+206=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BBACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBACE is #944531. Grayscale: #A4A4A4. Windows color (decimal): -9717042 or 13548139. OLE color: 13548139.
HSL color Cylindrical-coordinate representation of color #6BBACE: hue angle of 192.12º 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 #6BBACE is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 186 | 206 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.19 |
| HSL | 192.12º | 0.5% | 0.61% | - |
| HSV(B) | 192.12º | 0.48% | 0.81% | - |
| XYZ | 34.76 | 42.7 | 64.8 | - |
| YUV | 164.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 206 | 0.48 | 0.10 | 0 | 0.19 | 192.12 | 0.5 | 0.61 |
| Hex | 6B | BA | CE | 30 | A | 0 | 13 | C0 | 32 | 3D |
| Octal | 153 | 272 | 316 | 60 | 12 | 0 | 23 | 300 | 62 | 75 |
| Binary | 1101011 | 10111010 | 11001110 | 110000 | 1010 | 0 | 10011 | 11000000 | 110010 | 111101 |
Color Harmonies of #6BBACE
Complementary color
Monochromatic Colors of #6BBACE
Black with #6BBACE
Text Example
Text Example
White with #6BBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBACE; }
p { color: rgb(107,186,206); }
H1.HeaderClassName
{
color: #6BBACE;
}
.AnyTagClassName
{
color: #6BBACE;
}
</style>
background-color css
<style>
a { background-color: #6BBACE; }
a { background-color: rgb(107,186,206); }
div.DivClassName
{
background-color: #6BBACE;
}
.BgClassName
{
background-color: #6BBACE;
}
</style>
border-color css
<style>
span { border-color: #6BBACE; }
span { border-color: rgb(107,186,206); }
td.TdClassName
{
border-color: #6BBACE;
}
.TagClassName
{
border-color: #6BBACE;
}
</style>