Shades of Seagull #6BC6CE
Tints of Seagull #6BC6CE
RGB
CMYK
RGB Variations
Color information
#6BC6CE (or 0x6BC6CE) is known color: Seagull. HEX triplet: 6B, C6 and CE. RGB value is (107,198,206). Sum of RGB (Red+Green+Blue) = 107+198+206=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BC6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC6CE is #943931. Grayscale: #ABABAB. Windows color (decimal): -9713970 or 13551211. OLE color: 13551211.
HSL color Cylindrical-coordinate representation of color #6BC6CE: hue angle of 184.85º 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 #6BC6CE is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 198 | 206 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.19 |
| HSL | 184.85º | 0.5% | 0.61% | - |
| HSV(B) | 184.85º | 0.48% | 0.81% | - |
| XYZ | 37.4 | 47.97 | 65.68 | - |
| YUV | 171.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 198 | 206 | 0.48 | 0.04 | 0 | 0.19 | 184.85 | 0.5 | 0.61 |
| Hex | 6B | C6 | CE | 30 | 4 | 0 | 13 | B9 | 32 | 3D |
| Octal | 153 | 306 | 316 | 60 | 4 | 0 | 23 | 271 | 62 | 75 |
| Binary | 1101011 | 11000110 | 11001110 | 110000 | 100 | 0 | 10011 | 10111001 | 110010 | 111101 |
Color Harmonies of #6BC6CE
Complementary color
Monochromatic Colors of #6BC6CE
Black with #6BC6CE
Text Example
Text Example
White with #6BC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC6CE; }
p { color: rgb(107,198,206); }
H1.HeaderClassName
{
color: #6BC6CE;
}
.AnyTagClassName
{
color: #6BC6CE;
}
</style>
background-color css
<style>
a { background-color: #6BC6CE; }
a { background-color: rgb(107,198,206); }
div.DivClassName
{
background-color: #6BC6CE;
}
.BgClassName
{
background-color: #6BC6CE;
}
</style>
border-color css
<style>
span { border-color: #6BC6CE; }
span { border-color: rgb(107,198,206); }
td.TdClassName
{
border-color: #6BC6CE;
}
.TagClassName
{
border-color: #6BC6CE;
}
</style>