Shades of Seagull #6DBFCC
Tints of Seagull #6DBFCC
RGB
CMYK
RGB Variations
Color information
#6DBFCC (or 0x6DBFCC) is known color: Seagull. HEX triplet: 6D, BF and CC. RGB value is (109,191,204). Sum of RGB (Red+Green+Blue) = 109+191+204=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DBFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFCC is #924033. Grayscale: #A7A7A7. Windows color (decimal): -9584692 or 13418349. OLE color: 13418349.
HSL color Cylindrical-coordinate representation of color #6DBFCC: hue angle of 188.21º 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 #6DBFCC is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 191 | 204 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.2 |
| HSL | 188.21º | 0.48% | 0.61% | - |
| HSV(B) | 188.21º | 0.47% | 0.8% | - |
| XYZ | 35.84 | 44.87 | 63.9 | - |
| YUV | 167.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 204 | 0.47 | 0.06 | 0 | 0.2 | 188.21 | 0.48 | 0.61 |
| Hex | 6D | BF | CC | 2F | 6 | 0 | 14 | BC | 30 | 3D |
| Octal | 155 | 277 | 314 | 57 | 6 | 0 | 24 | 274 | 60 | 75 |
| Binary | 1101101 | 10111111 | 11001100 | 101111 | 110 | 0 | 10100 | 10111100 | 110000 | 111101 |
Color Harmonies of #6DBFCC
Complementary color
Monochromatic Colors of #6DBFCC
Black with #6DBFCC
Text Example
Text Example
White with #6DBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBFCC; }
p { color: rgb(109,191,204); }
H1.HeaderClassName
{
color: #6DBFCC;
}
.AnyTagClassName
{
color: #6DBFCC;
}
</style>
background-color css
<style>
a { background-color: #6DBFCC; }
a { background-color: rgb(109,191,204); }
div.DivClassName
{
background-color: #6DBFCC;
}
.BgClassName
{
background-color: #6DBFCC;
}
</style>
border-color css
<style>
span { border-color: #6DBFCC; }
span { border-color: rgb(109,191,204); }
td.TdClassName
{
border-color: #6DBFCC;
}
.TagClassName
{
border-color: #6DBFCC;
}
</style>