Shades of Seagull #6BB7CE
Tints of Seagull #6BB7CE
RGB
CMYK
RGB Variations
Color information
#6BB7CE (or 0x6BB7CE) is known color: Seagull. HEX triplet: 6B, B7 and CE. RGB value is (107,183,206). Sum of RGB (Red+Green+Blue) = 107+183+206=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BB7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB7CE is #944831. Grayscale: #A2A2A2. Windows color (decimal): -9717810 or 13547371. OLE color: 13547371.
HSL color Cylindrical-coordinate representation of color #6BB7CE: hue angle of 193.94º 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 #6BB7CE is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 183 | 206 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.19 |
| HSL | 193.94º | 0.5% | 0.61% | - |
| HSV(B) | 193.94º | 0.48% | 0.81% | - |
| XYZ | 34.14 | 41.45 | 64.59 | - |
| YUV | 162.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 183 | 206 | 0.48 | 0.11 | 0 | 0.19 | 193.94 | 0.5 | 0.61 |
| Hex | 6B | B7 | CE | 30 | B | 0 | 13 | C2 | 32 | 3D |
| Octal | 153 | 267 | 316 | 60 | 13 | 0 | 23 | 302 | 62 | 75 |
| Binary | 1101011 | 10110111 | 11001110 | 110000 | 1011 | 0 | 10011 | 11000010 | 110010 | 111101 |
Color Harmonies of #6BB7CE
Complementary color
Monochromatic Colors of #6BB7CE
Black with #6BB7CE
Text Example
Text Example
White with #6BB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB7CE; }
p { color: rgb(107,183,206); }
H1.HeaderClassName
{
color: #6BB7CE;
}
.AnyTagClassName
{
color: #6BB7CE;
}
</style>
background-color css
<style>
a { background-color: #6BB7CE; }
a { background-color: rgb(107,183,206); }
div.DivClassName
{
background-color: #6BB7CE;
}
.BgClassName
{
background-color: #6BB7CE;
}
</style>
border-color css
<style>
span { border-color: #6BB7CE; }
span { border-color: rgb(107,183,206); }
td.TdClassName
{
border-color: #6BB7CE;
}
.TagClassName
{
border-color: #6BB7CE;
}
</style>