Shades of Seagull #6BB9CE
Tints of Seagull #6BB9CE
RGB
CMYK
RGB Variations
Color information
#6BB9CE (or 0x6BB9CE) is known color: Seagull. HEX triplet: 6B, B9 and CE. RGB value is (107,185,206). Sum of RGB (Red+Green+Blue) = 107+185+206=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BB9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB9CE is #944631. Grayscale: #A3A3A3. Windows color (decimal): -9717298 or 13547883. OLE color: 13547883.
HSL color Cylindrical-coordinate representation of color #6BB9CE: hue angle of 192.73º 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 #6BB9CE is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 185 | 206 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.19 |
| HSL | 192.73º | 0.5% | 0.61% | - |
| HSV(B) | 192.73º | 0.48% | 0.81% | - |
| XYZ | 34.55 | 42.28 | 64.73 | - |
| YUV | 164.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 185 | 206 | 0.48 | 0.10 | 0 | 0.19 | 192.73 | 0.5 | 0.61 |
| Hex | 6B | B9 | CE | 30 | A | 0 | 13 | C1 | 32 | 3D |
| Octal | 153 | 271 | 316 | 60 | 12 | 0 | 23 | 301 | 62 | 75 |
| Binary | 1101011 | 10111001 | 11001110 | 110000 | 1010 | 0 | 10011 | 11000001 | 110010 | 111101 |
Color Harmonies of #6BB9CE
Complementary color
Monochromatic Colors of #6BB9CE
Black with #6BB9CE
Text Example
Text Example
White with #6BB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB9CE; }
p { color: rgb(107,185,206); }
H1.HeaderClassName
{
color: #6BB9CE;
}
.AnyTagClassName
{
color: #6BB9CE;
}
</style>
background-color css
<style>
a { background-color: #6BB9CE; }
a { background-color: rgb(107,185,206); }
div.DivClassName
{
background-color: #6BB9CE;
}
.BgClassName
{
background-color: #6BB9CE;
}
</style>
border-color css
<style>
span { border-color: #6BB9CE; }
span { border-color: rgb(107,185,206); }
td.TdClassName
{
border-color: #6BB9CE;
}
.TagClassName
{
border-color: #6BB9CE;
}
</style>