Shades of Seagull #6CBAD3
Tints of Seagull #6CBAD3
RGB
CMYK
RGB Variations
Color information
#6CBAD3 (or 0x6CBAD3) is known color: Seagull. HEX triplet: 6C, BA and D3. RGB value is (108,186,211). Sum of RGB (Red+Green+Blue) = 108+186+211=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #6CBAD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBAD3 is #93452C. Grayscale: #A5A5A5. Windows color (decimal): -9651501 or 13875820. OLE color: 13875820.
HSL color Cylindrical-coordinate representation of color #6CBAD3: hue angle of 194.56º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CBAD3 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 186 | 211 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.17 |
| HSL | 194.56º | 0.54% | 0.63% | - |
| HSV(B) | 194.56º | 0.49% | 0.83% | - |
| XYZ | 35.5 | 43.01 | 68.06 | - |
| YUV | 165.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 211 | 0.49 | 0.12 | 0 | 0.17 | 194.56 | 0.54 | 0.63 |
| Hex | 6C | BA | D3 | 31 | C | 0 | 11 | C3 | 36 | 3F |
| Octal | 154 | 272 | 323 | 61 | 14 | 0 | 21 | 303 | 66 | 77 |
| Binary | 1101100 | 10111010 | 11010011 | 110001 | 1100 | 0 | 10001 | 11000011 | 110110 | 111111 |
Color Harmonies of #6CBAD3
Complementary color
Monochromatic Colors of #6CBAD3
Black with #6CBAD3
Text Example
Text Example
White with #6CBAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBAD3; }
p { color: rgb(108,186,211); }
H1.HeaderClassName
{
color: #6CBAD3;
}
.AnyTagClassName
{
color: #6CBAD3;
}
</style>
background-color css
<style>
a { background-color: #6CBAD3; }
a { background-color: rgb(108,186,211); }
div.DivClassName
{
background-color: #6CBAD3;
}
.BgClassName
{
background-color: #6CBAD3;
}
</style>
border-color css
<style>
span { border-color: #6CBAD3; }
span { border-color: rgb(108,186,211); }
td.TdClassName
{
border-color: #6CBAD3;
}
.TagClassName
{
border-color: #6CBAD3;
}
</style>