Shades of Seagull #6BBCCE
Tints of Seagull #6BBCCE
RGB
CMYK
RGB Variations
Color information
#6BBCCE (or 0x6BBCCE) is known color: Seagull. HEX triplet: 6B, BC and CE. RGB value is (107,188,206). Sum of RGB (Red+Green+Blue) = 107+188+206=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BBCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCCE is #944331. Grayscale: #A5A5A5. Windows color (decimal): -9716530 or 13548651. OLE color: 13548651.
HSL color Cylindrical-coordinate representation of color #6BBCCE: hue angle of 190.91º 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 #6BBCCE is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 188 | 206 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.19 |
| HSL | 190.91º | 0.5% | 0.61% | - |
| HSV(B) | 190.91º | 0.48% | 0.81% | - |
| XYZ | 35.19 | 43.55 | 64.94 | - |
| YUV | 165.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 206 | 0.48 | 0.09 | 0 | 0.19 | 190.91 | 0.5 | 0.61 |
| Hex | 6B | BC | CE | 30 | 9 | 0 | 13 | BF | 32 | 3D |
| Octal | 153 | 274 | 316 | 60 | 11 | 0 | 23 | 277 | 62 | 75 |
| Binary | 1101011 | 10111100 | 11001110 | 110000 | 1001 | 0 | 10011 | 10111111 | 110010 | 111101 |
Color Harmonies of #6BBCCE
Complementary color
Monochromatic Colors of #6BBCCE
Black with #6BBCCE
Text Example
Text Example
White with #6BBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCCE; }
p { color: rgb(107,188,206); }
H1.HeaderClassName
{
color: #6BBCCE;
}
.AnyTagClassName
{
color: #6BBCCE;
}
</style>
background-color css
<style>
a { background-color: #6BBCCE; }
a { background-color: rgb(107,188,206); }
div.DivClassName
{
background-color: #6BBCCE;
}
.BgClassName
{
background-color: #6BBCCE;
}
</style>
border-color css
<style>
span { border-color: #6BBCCE; }
span { border-color: rgb(107,188,206); }
td.TdClassName
{
border-color: #6BBCCE;
}
.TagClassName
{
border-color: #6BBCCE;
}
</style>