Shades of Seagull #6DBBD4
Tints of Seagull #6DBBD4
RGB
CMYK
RGB Variations
Color information
#6DBBD4 (or 0x6DBBD4) is known color: Seagull. HEX triplet: 6D, BB and D4. RGB value is (109,187,212). Sum of RGB (Red+Green+Blue) = 109+187+212=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #6DBBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBD4 is #92442B. Grayscale: #A6A6A6. Windows color (decimal): -9585708 or 13941613. OLE color: 13941613.
HSL color Cylindrical-coordinate representation of color #6DBBD4: hue angle of 194.56º 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 #6DBBD4 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 187 | 212 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.17 |
| HSL | 194.56º | 0.54% | 0.63% | - |
| HSV(B) | 194.56º | 0.49% | 0.83% | - |
| XYZ | 35.96 | 43.55 | 68.8 | - |
| YUV | 166.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 212 | 0.49 | 0.12 | 0 | 0.17 | 194.56 | 0.54 | 0.63 |
| Hex | 6D | BB | D4 | 31 | C | 0 | 11 | C3 | 36 | 3F |
| Octal | 155 | 273 | 324 | 61 | 14 | 0 | 21 | 303 | 66 | 77 |
| Binary | 1101101 | 10111011 | 11010100 | 110001 | 1100 | 0 | 10001 | 11000011 | 110110 | 111111 |
Color Harmonies of #6DBBD4
Complementary color
Monochromatic Colors of #6DBBD4
Black with #6DBBD4
Text Example
Text Example
White with #6DBBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBD4; }
p { color: rgb(109,187,212); }
H1.HeaderClassName
{
color: #6DBBD4;
}
.AnyTagClassName
{
color: #6DBBD4;
}
</style>
background-color css
<style>
a { background-color: #6DBBD4; }
a { background-color: rgb(109,187,212); }
div.DivClassName
{
background-color: #6DBBD4;
}
.BgClassName
{
background-color: #6DBBD4;
}
</style>
border-color css
<style>
span { border-color: #6DBBD4; }
span { border-color: rgb(109,187,212); }
td.TdClassName
{
border-color: #6DBBD4;
}
.TagClassName
{
border-color: #6DBBD4;
}
</style>