Shades of Seagull #6CBCD0
Tints of Seagull #6CBCD0
RGB
CMYK
RGB Variations
Color information
#6CBCD0 (or 0x6CBCD0) is known color: Seagull. HEX triplet: 6C, BC and D0. RGB value is (108,188,208). Sum of RGB (Red+Green+Blue) = 108+188+208=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #6CBCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCD0 is #93432F. Grayscale: #A6A6A6. Windows color (decimal): -9650992 or 13679724. OLE color: 13679724.
HSL color Cylindrical-coordinate representation of color #6CBCD0: hue angle of 192º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CBCD0 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 188 | 208 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.18 |
| HSL | 192º | 0.52% | 0.62% | - |
| HSV(B) | 192º | 0.48% | 0.82% | - |
| XYZ | 35.55 | 43.71 | 66.24 | - |
| YUV | 166.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 208 | 0.48 | 0.10 | 0 | 0.18 | 192 | 0.52 | 0.62 |
| Hex | 6C | BC | D0 | 30 | A | 0 | 12 | C0 | 34 | 3E |
| Octal | 154 | 274 | 320 | 60 | 12 | 0 | 22 | 300 | 64 | 76 |
| Binary | 1101100 | 10111100 | 11010000 | 110000 | 1010 | 0 | 10010 | 11000000 | 110100 | 111110 |
Color Harmonies of #6CBCD0
Complementary color
Monochromatic Colors of #6CBCD0
Black with #6CBCD0
Text Example
Text Example
White with #6CBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBCD0; }
p { color: rgb(108,188,208); }
H1.HeaderClassName
{
color: #6CBCD0;
}
.AnyTagClassName
{
color: #6CBCD0;
}
</style>
background-color css
<style>
a { background-color: #6CBCD0; }
a { background-color: rgb(108,188,208); }
div.DivClassName
{
background-color: #6CBCD0;
}
.BgClassName
{
background-color: #6CBCD0;
}
</style>
border-color css
<style>
span { border-color: #6CBCD0; }
span { border-color: rgb(108,188,208); }
td.TdClassName
{
border-color: #6CBCD0;
}
.TagClassName
{
border-color: #6CBCD0;
}
</style>