Shades of Seagull #6ABCCB
Tints of Seagull #6ABCCB
RGB
CMYK
RGB Variations
Color information
#6ABCCB (or 0x6ABCCB) is known color: Seagull. HEX triplet: 6A, BC and CB. RGB value is (106,188,203). Sum of RGB (Red+Green+Blue) = 106+188+203=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #6ABCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCCB is #954334. Grayscale: #A5A5A5. Windows color (decimal): -9782069 or 13352042. OLE color: 13352042.
HSL color Cylindrical-coordinate representation of color #6ABCCB: hue angle of 189.28º 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 #6ABCCB is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 188 | 203 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.20 |
| HSL | 189.28º | 0.48% | 0.61% | - |
| HSV(B) | 189.28º | 0.48% | 0.8% | - |
| XYZ | 34.71 | 43.34 | 63.04 | - |
| YUV | 165.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 203 | 0.48 | 0.07 | 0 | 0.20 | 189.28 | 0.48 | 0.61 |
| Hex | 6A | BC | CB | 30 | 7 | 0 | 14 | BD | 30 | 3D |
| Octal | 152 | 274 | 313 | 60 | 7 | 0 | 24 | 275 | 60 | 75 |
| Binary | 1101010 | 10111100 | 11001011 | 110000 | 111 | 0 | 10100 | 10111101 | 110000 | 111101 |
Color Harmonies of #6ABCCB
Complementary color
Monochromatic Colors of #6ABCCB
Black with #6ABCCB
Text Example
Text Example
White with #6ABCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABCCB; }
p { color: rgb(106,188,203); }
H1.HeaderClassName
{
color: #6ABCCB;
}
.AnyTagClassName
{
color: #6ABCCB;
}
</style>
background-color css
<style>
a { background-color: #6ABCCB; }
a { background-color: rgb(106,188,203); }
div.DivClassName
{
background-color: #6ABCCB;
}
.BgClassName
{
background-color: #6ABCCB;
}
</style>
border-color css
<style>
span { border-color: #6ABCCB; }
span { border-color: rgb(106,188,203); }
td.TdClassName
{
border-color: #6ABCCB;
}
.TagClassName
{
border-color: #6ABCCB;
}
</style>