Shades of Seagull #6BAFD3
Tints of Seagull #6BAFD3
RGB
CMYK
RGB Variations
Color information
#6BAFD3 (or 0x6BAFD3) is known color: Seagull. HEX triplet: 6B, AF and D3. RGB value is (107,175,211). Sum of RGB (Red+Green+Blue) = 107+175+211=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #6BAFD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFD3 is #94502C. Grayscale: #9E9E9E. Windows color (decimal): -9719853 or 13873003. OLE color: 13873003.
HSL color Cylindrical-coordinate representation of color #6BAFD3: hue angle of 200.77º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BAFD3 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 107 | 175 | 211 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.17 |
| HSL | 200.77º | 0.54% | 0.62% | - |
| HSV(B) | 200.77º | 0.49% | 0.83% | - |
| XYZ | 33.15 | 38.49 | 67.31 | - |
| YUV | 158.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 211 | 0.49 | 0.17 | 0 | 0.17 | 200.77 | 0.54 | 0.62 |
| Hex | 6B | AF | D3 | 31 | 11 | 0 | 11 | C9 | 36 | 3E |
| Octal | 153 | 257 | 323 | 61 | 21 | 0 | 21 | 311 | 66 | 76 |
| Binary | 1101011 | 10101111 | 11010011 | 110001 | 10001 | 0 | 10001 | 11001001 | 110110 | 111110 |
Color Harmonies of #6BAFD3
Complementary color
Monochromatic Colors of #6BAFD3
Black with #6BAFD3
Text Example
Text Example
White with #6BAFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAFD3; }
p { color: rgb(107,175,211); }
H1.HeaderClassName
{
color: #6BAFD3;
}
.AnyTagClassName
{
color: #6BAFD3;
}
</style>
background-color css
<style>
a { background-color: #6BAFD3; }
a { background-color: rgb(107,175,211); }
div.DivClassName
{
background-color: #6BAFD3;
}
.BgClassName
{
background-color: #6BAFD3;
}
</style>
border-color css
<style>
span { border-color: #6BAFD3; }
span { border-color: rgb(107,175,211); }
td.TdClassName
{
border-color: #6BAFD3;
}
.TagClassName
{
border-color: #6BAFD3;
}
</style>