Shades of Seagull #6ABFCB
Tints of Seagull #6ABFCB
RGB
CMYK
RGB Variations
Color information
#6ABFCB (or 0x6ABFCB) is known color: Seagull. HEX triplet: 6A, BF and CB. RGB value is (106,191,203). Sum of RGB (Red+Green+Blue) = 106+191+203=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #6ABFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFCB is #954034. Grayscale: #A6A6A6. Windows color (decimal): -9781301 or 13352810. OLE color: 13352810.
HSL color Cylindrical-coordinate representation of color #6ABFCB: hue angle of 187.42º degrees, saturation: 0.48, 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 #6ABFCB is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 191 | 203 | - |
| CMYK | 0.48 | 0.06 | 0 | 0.20 |
| HSL | 187.42º | 0.48% | 0.61% | - |
| HSV(B) | 187.42º | 0.48% | 0.8% | - |
| XYZ | 35.35 | 44.64 | 63.25 | - |
| YUV | 166.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 203 | 0.48 | 0.06 | 0 | 0.20 | 187.42 | 0.48 | 0.61 |
| Hex | 6A | BF | CB | 30 | 6 | 0 | 14 | BB | 30 | 3D |
| Octal | 152 | 277 | 313 | 60 | 6 | 0 | 24 | 273 | 60 | 75 |
| Binary | 1101010 | 10111111 | 11001011 | 110000 | 110 | 0 | 10100 | 10111011 | 110000 | 111101 |
Color Harmonies of #6ABFCB
Complementary color
Monochromatic Colors of #6ABFCB
Black with #6ABFCB
Text Example
Text Example
White with #6ABFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFCB; }
p { color: rgb(106,191,203); }
H1.HeaderClassName
{
color: #6ABFCB;
}
.AnyTagClassName
{
color: #6ABFCB;
}
</style>
background-color css
<style>
a { background-color: #6ABFCB; }
a { background-color: rgb(106,191,203); }
div.DivClassName
{
background-color: #6ABFCB;
}
.BgClassName
{
background-color: #6ABFCB;
}
</style>
border-color css
<style>
span { border-color: #6ABFCB; }
span { border-color: rgb(106,191,203); }
td.TdClassName
{
border-color: #6ABFCB;
}
.TagClassName
{
border-color: #6ABFCB;
}
</style>