Shades of Seagull #6BABCB
Tints of Seagull #6BABCB
RGB
CMYK
RGB Variations
Color information
#6BABCB (or 0x6BABCB) is known color: Seagull. HEX triplet: 6B, AB and CB. RGB value is (107,171,203). Sum of RGB (Red+Green+Blue) = 107+171+203=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #6BABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABCB is #945434. Grayscale: #9B9B9B. Windows color (decimal): -9720885 or 13347691. OLE color: 13347691.
HSL color Cylindrical-coordinate representation of color #6BABCB: hue angle of 200º 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 #6BABCB is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 171 | 203 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.20 |
| HSL | 200º | 0.48% | 0.61% | - |
| HSV(B) | 200º | 0.47% | 0.8% | - |
| XYZ | 31.41 | 36.56 | 61.9 | - |
| YUV | 155.51 | 154.8 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 203 | 0.47 | 0.16 | 0 | 0.20 | 200 | 0.48 | 0.61 |
| Hex | 6B | AB | CB | 2F | 10 | 0 | 14 | C8 | 30 | 3D |
| Octal | 153 | 253 | 313 | 57 | 20 | 0 | 24 | 310 | 60 | 75 |
| Binary | 1101011 | 10101011 | 11001011 | 101111 | 10000 | 0 | 10100 | 11001000 | 110000 | 111101 |
Color Harmonies of #6BABCB
Complementary color
Monochromatic Colors of #6BABCB
Black with #6BABCB
Text Example
Text Example
White with #6BABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABCB; }
p { color: rgb(107,171,203); }
H1.HeaderClassName
{
color: #6BABCB;
}
.AnyTagClassName
{
color: #6BABCB;
}
</style>
background-color css
<style>
a { background-color: #6BABCB; }
a { background-color: rgb(107,171,203); }
div.DivClassName
{
background-color: #6BABCB;
}
.BgClassName
{
background-color: #6BABCB;
}
</style>
border-color css
<style>
span { border-color: #6BABCB; }
span { border-color: rgb(107,171,203); }
td.TdClassName
{
border-color: #6BABCB;
}
.TagClassName
{
border-color: #6BABCB;
}
</style>