Shades of Seagull #6BC2CE
Tints of Seagull #6BC2CE
RGB
CMYK
RGB Variations
Color information
#6BC2CE (or 0x6BC2CE) is known color: Seagull. HEX triplet: 6B, C2 and CE. RGB value is (107,194,206). Sum of RGB (Red+Green+Blue) = 107+194+206=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BC2CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC2CE is #943D31. Grayscale: #A9A9A9. Windows color (decimal): -9714994 or 13550187. OLE color: 13550187.
HSL color Cylindrical-coordinate representation of color #6BC2CE: hue angle of 187.27º 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 #6BC2CE is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 194 | 206 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.19 |
| HSL | 187.27º | 0.5% | 0.61% | - |
| HSV(B) | 187.27º | 0.48% | 0.81% | - |
| XYZ | 36.5 | 46.17 | 65.38 | - |
| YUV | 169.36 | 148.68 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 194 | 206 | 0.48 | 0.06 | 0 | 0.19 | 187.27 | 0.5 | 0.61 |
| Hex | 6B | C2 | CE | 30 | 6 | 0 | 13 | BB | 32 | 3D |
| Octal | 153 | 302 | 316 | 60 | 6 | 0 | 23 | 273 | 62 | 75 |
| Binary | 1101011 | 11000010 | 11001110 | 110000 | 110 | 0 | 10011 | 10111011 | 110010 | 111101 |
Color Harmonies of #6BC2CE
Complementary color
Monochromatic Colors of #6BC2CE
Black with #6BC2CE
Text Example
Text Example
White with #6BC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC2CE; }
p { color: rgb(107,194,206); }
H1.HeaderClassName
{
color: #6BC2CE;
}
.AnyTagClassName
{
color: #6BC2CE;
}
</style>
background-color css
<style>
a { background-color: #6BC2CE; }
a { background-color: rgb(107,194,206); }
div.DivClassName
{
background-color: #6BC2CE;
}
.BgClassName
{
background-color: #6BC2CE;
}
</style>
border-color css
<style>
span { border-color: #6BC2CE; }
span { border-color: rgb(107,194,206); }
td.TdClassName
{
border-color: #6BC2CE;
}
.TagClassName
{
border-color: #6BC2CE;
}
</style>