Shades of Seagull #6CBCD3
Tints of Seagull #6CBCD3
RGB
CMYK
RGB Variations
Color information
#6CBCD3 (or 0x6CBCD3) is known color: Seagull. HEX triplet: 6C, BC and D3. RGB value is (108,188,211). Sum of RGB (Red+Green+Blue) = 108+188+211=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 211 - color contains mainly: blue. Hex color #6CBCD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCD3 is #93432C. Grayscale: #A6A6A6. Windows color (decimal): -9650989 or 13876332. OLE color: 13876332.
HSL color Cylindrical-coordinate representation of color #6CBCD3: hue angle of 193.4º 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 #6CBCD3 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 188 | 211 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.17 |
| HSL | 193.4º | 0.54% | 0.63% | - |
| HSV(B) | 193.4º | 0.49% | 0.83% | - |
| XYZ | 35.93 | 43.86 | 68.2 | - |
| YUV | 166.7 | 153 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 211 | 0.49 | 0.11 | 0 | 0.17 | 193.4 | 0.54 | 0.63 |
| Hex | 6C | BC | D3 | 31 | B | 0 | 11 | C1 | 36 | 3F |
| Octal | 154 | 274 | 323 | 61 | 13 | 0 | 21 | 301 | 66 | 77 |
| Binary | 1101100 | 10111100 | 11010011 | 110001 | 1011 | 0 | 10001 | 11000001 | 110110 | 111111 |
Color Harmonies of #6CBCD3
Complementary color
Monochromatic Colors of #6CBCD3
Black with #6CBCD3
Text Example
Text Example
White with #6CBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBCD3; }
p { color: rgb(108,188,211); }
H1.HeaderClassName
{
color: #6CBCD3;
}
.AnyTagClassName
{
color: #6CBCD3;
}
</style>
background-color css
<style>
a { background-color: #6CBCD3; }
a { background-color: rgb(108,188,211); }
div.DivClassName
{
background-color: #6CBCD3;
}
.BgClassName
{
background-color: #6CBCD3;
}
</style>
border-color css
<style>
span { border-color: #6CBCD3; }
span { border-color: rgb(108,188,211); }
td.TdClassName
{
border-color: #6CBCD3;
}
.TagClassName
{
border-color: #6CBCD3;
}
</style>