Shades of Seagull #6CBACD
Tints of Seagull #6CBACD
RGB
CMYK
RGB Variations
Color information
#6CBACD (or 0x6CBACD) is known color: Seagull. HEX triplet: 6C, BA and CD. RGB value is (108,186,205). Sum of RGB (Red+Green+Blue) = 108+186+205=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #6CBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBACD is #934532. Grayscale: #A4A4A4. Windows color (decimal): -9651507 or 13482604. OLE color: 13482604.
HSL color Cylindrical-coordinate representation of color #6CBACD: hue angle of 191.75º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CBACD is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 186 | 205 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.20 |
| HSL | 191.75º | 0.49% | 0.61% | - |
| HSV(B) | 191.75º | 0.47% | 0.8% | - |
| XYZ | 34.76 | 42.71 | 64.17 | - |
| YUV | 164.84 | 150.66 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 205 | 0.47 | 0.09 | 0 | 0.20 | 191.75 | 0.49 | 0.61 |
| Hex | 6C | BA | CD | 2F | 9 | 0 | 14 | C0 | 31 | 3D |
| Octal | 154 | 272 | 315 | 57 | 11 | 0 | 24 | 300 | 61 | 75 |
| Binary | 1101100 | 10111010 | 11001101 | 101111 | 1001 | 0 | 10100 | 11000000 | 110001 | 111101 |
Color Harmonies of #6CBACD
Complementary color
Monochromatic Colors of #6CBACD
Black with #6CBACD
Text Example
Text Example
White with #6CBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBACD; }
p { color: rgb(108,186,205); }
H1.HeaderClassName
{
color: #6CBACD;
}
.AnyTagClassName
{
color: #6CBACD;
}
</style>
background-color css
<style>
a { background-color: #6CBACD; }
a { background-color: rgb(108,186,205); }
div.DivClassName
{
background-color: #6CBACD;
}
.BgClassName
{
background-color: #6CBACD;
}
</style>
border-color css
<style>
span { border-color: #6CBACD; }
span { border-color: rgb(108,186,205); }
td.TdClassName
{
border-color: #6CBACD;
}
.TagClassName
{
border-color: #6CBACD;
}
</style>