Shades of Seagull #6DBFCA
Tints of Seagull #6DBFCA
RGB
CMYK
RGB Variations
Color information
#6DBFCA (or 0x6DBFCA) is known color: Seagull. HEX triplet: 6D, BF and CA. RGB value is (109,191,202). Sum of RGB (Red+Green+Blue) = 109+191+202=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DBFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFCA is #924035. Grayscale: #A7A7A7. Windows color (decimal): -9584694 or 13287277. OLE color: 13287277.
HSL color Cylindrical-coordinate representation of color #6DBFCA: hue angle of 187.1º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DBFCA is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 191 | 202 | - |
| CMYK | 0.46 | 0.05 | 0 | 0.21 |
| HSL | 187.1º | 0.47% | 0.61% | - |
| HSV(B) | 187.1º | 0.46% | 0.79% | - |
| XYZ | 35.6 | 44.78 | 62.64 | - |
| YUV | 167.74 | 147.33 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 202 | 0.46 | 0.05 | 0 | 0.21 | 187.1 | 0.47 | 0.61 |
| Hex | 6D | BF | CA | 2E | 5 | 0 | 15 | BB | 2F | 3D |
| Octal | 155 | 277 | 312 | 56 | 5 | 0 | 25 | 273 | 57 | 75 |
| Binary | 1101101 | 10111111 | 11001010 | 101110 | 101 | 0 | 10101 | 10111011 | 101111 | 111101 |
Color Harmonies of #6DBFCA
Complementary color
Monochromatic Colors of #6DBFCA
Black with #6DBFCA
Text Example
Text Example
White with #6DBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFCA; }
p { color: rgb(109,191,202); }
H1.HeaderClassName
{
color: #6DBFCA;
}
.AnyTagClassName
{
color: #6DBFCA;
}
</style>
background-color css
<style>
a { background-color: #6DBFCA; }
a { background-color: rgb(109,191,202); }
div.DivClassName
{
background-color: #6DBFCA;
}
.BgClassName
{
background-color: #6DBFCA;
}
</style>
border-color css
<style>
span { border-color: #6DBFCA; }
span { border-color: rgb(109,191,202); }
td.TdClassName
{
border-color: #6DBFCA;
}
.TagClassName
{
border-color: #6DBFCA;
}
</style>