Shades of Seagull #6BAFC9
Tints of Seagull #6BAFC9
RGB
CMYK
RGB Variations
Color information
#6BAFC9 (or 0x6BAFC9) is known color: Seagull. HEX triplet: 6B, AF and C9. RGB value is (107,175,201). Sum of RGB (Red+Green+Blue) = 107+175+201=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #6BAFC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFC9 is #945036. Grayscale: #9D9D9D. Windows color (decimal): -9719863 or 13217643. OLE color: 13217643.
HSL color Cylindrical-coordinate representation of color #6BAFC9: hue angle of 196.6º 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 #6BAFC9 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 175 | 201 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.21 |
| HSL | 196.6º | 0.47% | 0.6% | - |
| HSV(B) | 196.6º | 0.47% | 0.79% | - |
| XYZ | 31.94 | 38 | 60.91 | - |
| YUV | 157.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 201 | 0.47 | 0.13 | 0 | 0.21 | 196.6 | 0.47 | 0.6 |
| Hex | 6B | AF | C9 | 2F | D | 0 | 15 | C5 | 2F | 3C |
| Octal | 153 | 257 | 311 | 57 | 15 | 0 | 25 | 305 | 57 | 74 |
| Binary | 1101011 | 10101111 | 11001001 | 101111 | 1101 | 0 | 10101 | 11000101 | 101111 | 111100 |
Color Harmonies of #6BAFC9
Complementary color
Monochromatic Colors of #6BAFC9
Black with #6BAFC9
Text Example
Text Example
White with #6BAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFC9; }
p { color: rgb(107,175,201); }
H1.HeaderClassName
{
color: #6BAFC9;
}
.AnyTagClassName
{
color: #6BAFC9;
}
</style>
background-color css
<style>
a { background-color: #6BAFC9; }
a { background-color: rgb(107,175,201); }
div.DivClassName
{
background-color: #6BAFC9;
}
.BgClassName
{
background-color: #6BAFC9;
}
</style>
border-color css
<style>
span { border-color: #6BAFC9; }
span { border-color: rgb(107,175,201); }
td.TdClassName
{
border-color: #6BAFC9;
}
.TagClassName
{
border-color: #6BAFC9;
}
</style>