Shades of Seagull #6CBCCF
Tints of Seagull #6CBCCF
RGB
CMYK
RGB Variations
Color information
#6CBCCF (or 0x6CBCCF) is known color: Seagull. HEX triplet: 6C, BC and CF. RGB value is (108,188,207). Sum of RGB (Red+Green+Blue) = 108+188+207=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #6CBCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCCF is #934330. Grayscale: #A6A6A6. Windows color (decimal): -9650993 or 13614188. OLE color: 13614188.
HSL color Cylindrical-coordinate representation of color #6CBCCF: hue angle of 191.52º degrees, saturation: 0.51, 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 #6CBCCF is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 188 | 207 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.19 |
| HSL | 191.52º | 0.51% | 0.62% | - |
| HSV(B) | 191.52º | 0.48% | 0.81% | - |
| XYZ | 35.43 | 43.66 | 65.59 | - |
| YUV | 166.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 207 | 0.48 | 0.09 | 0 | 0.19 | 191.52 | 0.51 | 0.62 |
| Hex | 6C | BC | CF | 30 | 9 | 0 | 13 | C0 | 33 | 3E |
| Octal | 154 | 274 | 317 | 60 | 11 | 0 | 23 | 300 | 63 | 76 |
| Binary | 1101100 | 10111100 | 11001111 | 110000 | 1001 | 0 | 10011 | 11000000 | 110011 | 111110 |
Color Harmonies of #6CBCCF
Complementary color
Monochromatic Colors of #6CBCCF
Black with #6CBCCF
Text Example
Text Example
White with #6CBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBCCF; }
p { color: rgb(108,188,207); }
H1.HeaderClassName
{
color: #6CBCCF;
}
.AnyTagClassName
{
color: #6CBCCF;
}
</style>
background-color css
<style>
a { background-color: #6CBCCF; }
a { background-color: rgb(108,188,207); }
div.DivClassName
{
background-color: #6CBCCF;
}
.BgClassName
{
background-color: #6CBCCF;
}
</style>
border-color css
<style>
span { border-color: #6CBCCF; }
span { border-color: rgb(108,188,207); }
td.TdClassName
{
border-color: #6CBCCF;
}
.TagClassName
{
border-color: #6CBCCF;
}
</style>