Shades of Seagull #6BC1CE
Tints of Seagull #6BC1CE
RGB
CMYK
RGB Variations
Color information
#6BC1CE (or 0x6BC1CE) is known color: Seagull. HEX triplet: 6B, C1 and CE. RGB value is (107,193,206). Sum of RGB (Red+Green+Blue) = 107+193+206=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BC1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC1CE is #943E31. Grayscale: #A8A8A8. Windows color (decimal): -9715250 or 13549931. OLE color: 13549931.
HSL color Cylindrical-coordinate representation of color #6BC1CE: hue angle of 187.88º 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 #6BC1CE is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 193 | 206 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.19 |
| HSL | 187.88º | 0.5% | 0.61% | - |
| HSV(B) | 187.88º | 0.48% | 0.81% | - |
| XYZ | 36.27 | 45.72 | 65.31 | - |
| YUV | 168.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 193 | 206 | 0.48 | 0.06 | 0 | 0.19 | 187.88 | 0.5 | 0.61 |
| Hex | 6B | C1 | CE | 30 | 6 | 0 | 13 | BC | 32 | 3D |
| Octal | 153 | 301 | 316 | 60 | 6 | 0 | 23 | 274 | 62 | 75 |
| Binary | 1101011 | 11000001 | 11001110 | 110000 | 110 | 0 | 10011 | 10111100 | 110010 | 111101 |
Color Harmonies of #6BC1CE
Complementary color
Monochromatic Colors of #6BC1CE
Black with #6BC1CE
Text Example
Text Example
White with #6BC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC1CE; }
p { color: rgb(107,193,206); }
H1.HeaderClassName
{
color: #6BC1CE;
}
.AnyTagClassName
{
color: #6BC1CE;
}
</style>
background-color css
<style>
a { background-color: #6BC1CE; }
a { background-color: rgb(107,193,206); }
div.DivClassName
{
background-color: #6BC1CE;
}
.BgClassName
{
background-color: #6BC1CE;
}
</style>
border-color css
<style>
span { border-color: #6BC1CE; }
span { border-color: rgb(107,193,206); }
td.TdClassName
{
border-color: #6BC1CE;
}
.TagClassName
{
border-color: #6BC1CE;
}
</style>