Shades of Seagull #6DC1CB
Tints of Seagull #6DC1CB
RGB
CMYK
RGB Variations
Color information
#6DC1CB (or 0x6DC1CB) is known color: Seagull. HEX triplet: 6D, C1 and CB. RGB value is (109,193,203). Sum of RGB (Red+Green+Blue) = 109+193+203=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DC1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC1CB is #923E34. Grayscale: #A8A8A8. Windows color (decimal): -9584181 or 13353325. OLE color: 13353325.
HSL color Cylindrical-coordinate representation of color #6DC1CB: hue angle of 186.38º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC1CB is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 193 | 203 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.20 |
| HSL | 186.38º | 0.47% | 0.61% | - |
| HSV(B) | 186.38º | 0.46% | 0.8% | - |
| XYZ | 36.16 | 45.7 | 63.42 | - |
| YUV | 169.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 203 | 0.46 | 0.05 | 0 | 0.20 | 186.38 | 0.47 | 0.61 |
| Hex | 6D | C1 | CB | 2E | 5 | 0 | 14 | BA | 2F | 3D |
| Octal | 155 | 301 | 313 | 56 | 5 | 0 | 24 | 272 | 57 | 75 |
| Binary | 1101101 | 11000001 | 11001011 | 101110 | 101 | 0 | 10100 | 10111010 | 101111 | 111101 |
Color Harmonies of #6DC1CB
Complementary color
Monochromatic Colors of #6DC1CB
Black with #6DC1CB
Text Example
Text Example
White with #6DC1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC1CB; }
p { color: rgb(109,193,203); }
H1.HeaderClassName
{
color: #6DC1CB;
}
.AnyTagClassName
{
color: #6DC1CB;
}
</style>
background-color css
<style>
a { background-color: #6DC1CB; }
a { background-color: rgb(109,193,203); }
div.DivClassName
{
background-color: #6DC1CB;
}
.BgClassName
{
background-color: #6DC1CB;
}
</style>
border-color css
<style>
span { border-color: #6DC1CB; }
span { border-color: rgb(109,193,203); }
td.TdClassName
{
border-color: #6DC1CB;
}
.TagClassName
{
border-color: #6DC1CB;
}
</style>