Shades of Seagull #6CC1CE
Tints of Seagull #6CC1CE
RGB
CMYK
RGB Variations
Color information
#6CC1CE (or 0x6CC1CE) is known color: Seagull. HEX triplet: 6C, C1 and CE. RGB value is (108,193,206). Sum of RGB (Red+Green+Blue) = 108+193+206=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 193 (75.78% from 255 or 38.07% 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 #6CC1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC1CE is #933E31. Grayscale: #A8A8A8. Windows color (decimal): -9649714 or 13549932. OLE color: 13549932.
HSL color Cylindrical-coordinate representation of color #6CC1CE: hue angle of 187.96º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CC1CE is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 193 | 206 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.19 |
| HSL | 187.96º | 0.5% | 0.62% | - |
| HSV(B) | 187.96º | 0.48% | 0.81% | - |
| XYZ | 36.39 | 45.78 | 65.31 | - |
| YUV | 169.07 | 148.84 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 193 | 206 | 0.48 | 0.06 | 0 | 0.19 | 187.96 | 0.5 | 0.62 |
| Hex | 6C | C1 | CE | 30 | 6 | 0 | 13 | BC | 32 | 3E |
| Octal | 154 | 301 | 316 | 60 | 6 | 0 | 23 | 274 | 62 | 76 |
| Binary | 1101100 | 11000001 | 11001110 | 110000 | 110 | 0 | 10011 | 10111100 | 110010 | 111110 |
Color Harmonies of #6CC1CE
Complementary color
Monochromatic Colors of #6CC1CE
Black with #6CC1CE
Text Example
Text Example
White with #6CC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC1CE; }
p { color: rgb(108,193,206); }
H1.HeaderClassName
{
color: #6CC1CE;
}
.AnyTagClassName
{
color: #6CC1CE;
}
</style>
background-color css
<style>
a { background-color: #6CC1CE; }
a { background-color: rgb(108,193,206); }
div.DivClassName
{
background-color: #6CC1CE;
}
.BgClassName
{
background-color: #6CC1CE;
}
</style>
border-color css
<style>
span { border-color: #6CC1CE; }
span { border-color: rgb(108,193,206); }
td.TdClassName
{
border-color: #6CC1CE;
}
.TagClassName
{
border-color: #6CC1CE;
}
</style>