Shades of Seagull #6DB7CB
Tints of Seagull #6DB7CB
RGB
CMYK
RGB Variations
Color information
#6DB7CB (or 0x6DB7CB) is known color: Seagull. HEX triplet: 6D, B7 and CB. RGB value is (109,183,203). Sum of RGB (Red+Green+Blue) = 109+183+203=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #6DB7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB7CB is #924834. Grayscale: #A3A3A3. Windows color (decimal): -9586741 or 13350765. OLE color: 13350765.
HSL color Cylindrical-coordinate representation of color #6DB7CB: hue angle of 192.77º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DB7CB is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 183 | 203 | - |
| CMYK | 0.46 | 0.10 | 0 | 0.20 |
| HSL | 192.77º | 0.47% | 0.61% | - |
| HSV(B) | 192.77º | 0.46% | 0.8% | - |
| XYZ | 34.02 | 41.43 | 62.7 | - |
| YUV | 163.15 | 150.48 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 203 | 0.46 | 0.10 | 0 | 0.20 | 192.77 | 0.47 | 0.61 |
| Hex | 6D | B7 | CB | 2E | A | 0 | 14 | C1 | 2F | 3D |
| Octal | 155 | 267 | 313 | 56 | 12 | 0 | 24 | 301 | 57 | 75 |
| Binary | 1101101 | 10110111 | 11001011 | 101110 | 1010 | 0 | 10100 | 11000001 | 101111 | 111101 |
Color Harmonies of #6DB7CB
Complementary color
Monochromatic Colors of #6DB7CB
Black with #6DB7CB
Text Example
Text Example
White with #6DB7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB7CB; }
p { color: rgb(109,183,203); }
H1.HeaderClassName
{
color: #6DB7CB;
}
.AnyTagClassName
{
color: #6DB7CB;
}
</style>
background-color css
<style>
a { background-color: #6DB7CB; }
a { background-color: rgb(109,183,203); }
div.DivClassName
{
background-color: #6DB7CB;
}
.BgClassName
{
background-color: #6DB7CB;
}
</style>
border-color css
<style>
span { border-color: #6DB7CB; }
span { border-color: rgb(109,183,203); }
td.TdClassName
{
border-color: #6DB7CB;
}
.TagClassName
{
border-color: #6DB7CB;
}
</style>