Shades of Seagull #6BBED7
Tints of Seagull #6BBED7
RGB
CMYK
RGB Variations
Color information
#6BBED7 (or 0x6BBED7) is known color: Seagull. HEX triplet: 6B, BE and D7. RGB value is (107,190,215). Sum of RGB (Red+Green+Blue) = 107+190+215=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #6BBED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBED7 is #944128. Grayscale: #A7A7A7. Windows color (decimal): -9716009 or 14138987. OLE color: 14138987.
HSL color Cylindrical-coordinate representation of color #6BBED7: hue angle of 193.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BBED7 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 190 | 215 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.16 |
| HSL | 193.89º | 0.57% | 0.63% | - |
| HSV(B) | 193.89º | 0.5% | 0.84% | - |
| XYZ | 36.74 | 44.86 | 71.01 | - |
| YUV | 168.03 | 154.5 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 190 | 215 | 0.50 | 0.12 | 0 | 0.16 | 193.89 | 0.57 | 0.63 |
| Hex | 6B | BE | D7 | 32 | C | 0 | 10 | C2 | 39 | 3F |
| Octal | 153 | 276 | 327 | 62 | 14 | 0 | 20 | 302 | 71 | 77 |
| Binary | 1101011 | 10111110 | 11010111 | 110010 | 1100 | 0 | 10000 | 11000010 | 111001 | 111111 |
Color Harmonies of #6BBED7
Complementary color
Monochromatic Colors of #6BBED7
Black with #6BBED7
Text Example
Text Example
White with #6BBED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBED7; }
p { color: rgb(107,190,215); }
H1.HeaderClassName
{
color: #6BBED7;
}
.AnyTagClassName
{
color: #6BBED7;
}
</style>
background-color css
<style>
a { background-color: #6BBED7; }
a { background-color: rgb(107,190,215); }
div.DivClassName
{
background-color: #6BBED7;
}
.BgClassName
{
background-color: #6BBED7;
}
</style>
border-color css
<style>
span { border-color: #6BBED7; }
span { border-color: rgb(107,190,215); }
td.TdClassName
{
border-color: #6BBED7;
}
.TagClassName
{
border-color: #6BBED7;
}
</style>