Shades of Seagull #6DBBCC
Tints of Seagull #6DBBCC
RGB
CMYK
RGB Variations
Color information
#6DBBCC (or 0x6DBBCC) is known color: Seagull. HEX triplet: 6D, BB and CC. RGB value is (109,187,204). Sum of RGB (Red+Green+Blue) = 109+187+204=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DBBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBCC is #924433. Grayscale: #A5A5A5. Windows color (decimal): -9585716 or 13417325. OLE color: 13417325.
HSL color Cylindrical-coordinate representation of color #6DBBCC: hue angle of 190.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DBBCC is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 187 | 204 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.2 |
| HSL | 190.74º | 0.48% | 0.61% | - |
| HSV(B) | 190.74º | 0.47% | 0.8% | - |
| XYZ | 34.98 | 43.15 | 63.61 | - |
| YUV | 165.62 | 149.66 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 204 | 0.47 | 0.08 | 0 | 0.2 | 190.74 | 0.48 | 0.61 |
| Hex | 6D | BB | CC | 2F | 8 | 0 | 14 | BF | 30 | 3D |
| Octal | 155 | 273 | 314 | 57 | 10 | 0 | 24 | 277 | 60 | 75 |
| Binary | 1101101 | 10111011 | 11001100 | 101111 | 1000 | 0 | 10100 | 10111111 | 110000 | 111101 |
Color Harmonies of #6DBBCC
Complementary color
Monochromatic Colors of #6DBBCC
Black with #6DBBCC
Text Example
Text Example
White with #6DBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBCC; }
p { color: rgb(109,187,204); }
H1.HeaderClassName
{
color: #6DBBCC;
}
.AnyTagClassName
{
color: #6DBBCC;
}
</style>
background-color css
<style>
a { background-color: #6DBBCC; }
a { background-color: rgb(109,187,204); }
div.DivClassName
{
background-color: #6DBBCC;
}
.BgClassName
{
background-color: #6DBBCC;
}
</style>
border-color css
<style>
span { border-color: #6DBBCC; }
span { border-color: rgb(109,187,204); }
td.TdClassName
{
border-color: #6DBBCC;
}
.TagClassName
{
border-color: #6DBBCC;
}
</style>