Shades of Seagull #6BBFC9
Tints of Seagull #6BBFC9
RGB
CMYK
RGB Variations
Color information
#6BBFC9 (or 0x6BBFC9) is known color: Seagull. HEX triplet: 6B, BF and C9. RGB value is (107,191,201). Sum of RGB (Red+Green+Blue) = 107+191+201=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #6BBFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFC9 is #944036. Grayscale: #A6A6A6. Windows color (decimal): -9715767 or 13221739. OLE color: 13221739.
HSL color Cylindrical-coordinate representation of color #6BBFC9: hue angle of 186.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BBFC9 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 191 | 201 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.21 |
| HSL | 186.38º | 0.47% | 0.6% | - |
| HSV(B) | 186.38º | 0.47% | 0.79% | - |
| XYZ | 35.24 | 44.6 | 62.01 | - |
| YUV | 167.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 191 | 201 | 0.47 | 0.05 | 0 | 0.21 | 186.38 | 0.47 | 0.6 |
| Hex | 6B | BF | C9 | 2F | 5 | 0 | 15 | BA | 2F | 3C |
| Octal | 153 | 277 | 311 | 57 | 5 | 0 | 25 | 272 | 57 | 74 |
| Binary | 1101011 | 10111111 | 11001001 | 101111 | 101 | 0 | 10101 | 10111010 | 101111 | 111100 |
Color Harmonies of #6BBFC9
Complementary color
Monochromatic Colors of #6BBFC9
Black with #6BBFC9
Text Example
Text Example
White with #6BBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBFC9; }
p { color: rgb(107,191,201); }
H1.HeaderClassName
{
color: #6BBFC9;
}
.AnyTagClassName
{
color: #6BBFC9;
}
</style>
background-color css
<style>
a { background-color: #6BBFC9; }
a { background-color: rgb(107,191,201); }
div.DivClassName
{
background-color: #6BBFC9;
}
.BgClassName
{
background-color: #6BBFC9;
}
</style>
border-color css
<style>
span { border-color: #6BBFC9; }
span { border-color: rgb(107,191,201); }
td.TdClassName
{
border-color: #6BBFC9;
}
.TagClassName
{
border-color: #6BBFC9;
}
</style>