Shades of Seagull #6CBED3
Tints of Seagull #6CBED3
RGB
CMYK
RGB Variations
Color information
#6CBED3 (or 0x6CBED3) is known color: Seagull. HEX triplet: 6C, BE and D3. RGB value is (108,190,211). Sum of RGB (Red+Green+Blue) = 108+190+211=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 211 - color contains mainly: blue. Hex color #6CBED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBED3 is #93412C. Grayscale: #A7A7A7. Windows color (decimal): -9650477 or 13876844. OLE color: 13876844.
HSL color Cylindrical-coordinate representation of color #6CBED3: hue angle of 192.23º 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 #6CBED3 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 190 | 211 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.17 |
| HSL | 192.23º | 0.54% | 0.63% | - |
| HSV(B) | 192.23º | 0.49% | 0.83% | - |
| XYZ | 36.36 | 44.72 | 68.34 | - |
| YUV | 167.88 | 152.33 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 190 | 211 | 0.49 | 0.10 | 0 | 0.17 | 192.23 | 0.54 | 0.63 |
| Hex | 6C | BE | D3 | 31 | A | 0 | 11 | C0 | 36 | 3F |
| Octal | 154 | 276 | 323 | 61 | 12 | 0 | 21 | 300 | 66 | 77 |
| Binary | 1101100 | 10111110 | 11010011 | 110001 | 1010 | 0 | 10001 | 11000000 | 110110 | 111111 |
Color Harmonies of #6CBED3
Complementary color
Monochromatic Colors of #6CBED3
Black with #6CBED3
Text Example
Text Example
White with #6CBED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBED3; }
p { color: rgb(108,190,211); }
H1.HeaderClassName
{
color: #6CBED3;
}
.AnyTagClassName
{
color: #6CBED3;
}
</style>
background-color css
<style>
a { background-color: #6CBED3; }
a { background-color: rgb(108,190,211); }
div.DivClassName
{
background-color: #6CBED3;
}
.BgClassName
{
background-color: #6CBED3;
}
</style>
border-color css
<style>
span { border-color: #6CBED3; }
span { border-color: rgb(108,190,211); }
td.TdClassName
{
border-color: #6CBED3;
}
.TagClassName
{
border-color: #6CBED3;
}
</style>