Shades of Seagull #6CBED2
Tints of Seagull #6CBED2
RGB
CMYK
RGB Variations
Color information
#6CBED2 (or 0x6CBED2) is known color: Seagull. HEX triplet: 6C, BE and D2. RGB value is (108,190,210). Sum of RGB (Red+Green+Blue) = 108+190+210=508 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.26% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 210 - color contains mainly: blue. Hex color #6CBED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBED2 is #93412D. Grayscale: #A7A7A7. Windows color (decimal): -9650478 or 13811308. OLE color: 13811308.
HSL color Cylindrical-coordinate representation of color #6CBED2: hue angle of 191.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CBED2 is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 190 | 210 | - |
| CMYK | 0.49 | 0.10 | 0 | 0.18 |
| HSL | 191.76º | 0.53% | 0.62% | - |
| HSV(B) | 191.76º | 0.49% | 0.82% | - |
| XYZ | 36.23 | 44.67 | 67.69 | - |
| YUV | 167.76 | 151.83 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 190 | 210 | 0.49 | 0.10 | 0 | 0.18 | 191.76 | 0.53 | 0.62 |
| Hex | 6C | BE | D2 | 31 | A | 0 | 12 | C0 | 35 | 3E |
| Octal | 154 | 276 | 322 | 61 | 12 | 0 | 22 | 300 | 65 | 76 |
| Binary | 1101100 | 10111110 | 11010010 | 110001 | 1010 | 0 | 10010 | 11000000 | 110101 | 111110 |
Color Harmonies of #6CBED2
Complementary color
Monochromatic Colors of #6CBED2
Black with #6CBED2
Text Example
Text Example
White with #6CBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBED2; }
p { color: rgb(108,190,210); }
H1.HeaderClassName
{
color: #6CBED2;
}
.AnyTagClassName
{
color: #6CBED2;
}
</style>
background-color css
<style>
a { background-color: #6CBED2; }
a { background-color: rgb(108,190,210); }
div.DivClassName
{
background-color: #6CBED2;
}
.BgClassName
{
background-color: #6CBED2;
}
</style>
border-color css
<style>
span { border-color: #6CBED2; }
span { border-color: rgb(108,190,210); }
td.TdClassName
{
border-color: #6CBED2;
}
.TagClassName
{
border-color: #6CBED2;
}
</style>