Shades of Seagull #6BABCD
Tints of Seagull #6BABCD
RGB
CMYK
RGB Variations
Color information
#6BABCD (or 0x6BABCD) is known color: Seagull. HEX triplet: 6B, AB and CD. RGB value is (107,171,205). Sum of RGB (Red+Green+Blue) = 107+171+205=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABCD is #945432. Grayscale: #9B9B9B. Windows color (decimal): -9720883 or 13478763. OLE color: 13478763.
HSL color Cylindrical-coordinate representation of color #6BABCD: hue angle of 200.82º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BABCD is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 171 | 205 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.20 |
| HSL | 200.82º | 0.49% | 0.61% | - |
| HSV(B) | 200.82º | 0.48% | 0.8% | - |
| XYZ | 31.65 | 36.66 | 63.17 | - |
| YUV | 155.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 205 | 0.48 | 0.17 | 0 | 0.20 | 200.82 | 0.49 | 0.61 |
| Hex | 6B | AB | CD | 30 | 11 | 0 | 14 | C9 | 31 | 3D |
| Octal | 153 | 253 | 315 | 60 | 21 | 0 | 24 | 311 | 61 | 75 |
| Binary | 1101011 | 10101011 | 11001101 | 110000 | 10001 | 0 | 10100 | 11001001 | 110001 | 111101 |
Color Harmonies of #6BABCD
Complementary color
Monochromatic Colors of #6BABCD
Black with #6BABCD
Text Example
Text Example
White with #6BABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABCD; }
p { color: rgb(107,171,205); }
H1.HeaderClassName
{
color: #6BABCD;
}
.AnyTagClassName
{
color: #6BABCD;
}
</style>
background-color css
<style>
a { background-color: #6BABCD; }
a { background-color: rgb(107,171,205); }
div.DivClassName
{
background-color: #6BABCD;
}
.BgClassName
{
background-color: #6BABCD;
}
</style>
border-color css
<style>
span { border-color: #6BABCD; }
span { border-color: rgb(107,171,205); }
td.TdClassName
{
border-color: #6BABCD;
}
.TagClassName
{
border-color: #6BABCD;
}
</style>