Shades of Seagull #6ABFD3
Tints of Seagull #6ABFD3
RGB
CMYK
RGB Variations
Color information
#6ABFD3 (or 0x6ABFD3) is known color: Seagull. HEX triplet: 6A, BF and D3. RGB value is (106,191,211). Sum of RGB (Red+Green+Blue) = 106+191+211=508 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.87% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #6ABFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFD3 is #95402C. Grayscale: #A7A7A7. Windows color (decimal): -9781293 or 13877098. OLE color: 13877098.
HSL color Cylindrical-coordinate representation of color #6ABFD3: hue angle of 191.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ABFD3 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 106 | 191 | 211 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.17 |
| HSL | 191.43º | 0.54% | 0.62% | - |
| HSV(B) | 191.43º | 0.5% | 0.83% | - |
| XYZ | 36.33 | 45.03 | 68.4 | - |
| YUV | 167.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 211 | 0.50 | 0.09 | 0 | 0.17 | 191.43 | 0.54 | 0.62 |
| Hex | 6A | BF | D3 | 32 | 9 | 0 | 11 | BF | 36 | 3E |
| Octal | 152 | 277 | 323 | 62 | 11 | 0 | 21 | 277 | 66 | 76 |
| Binary | 1101010 | 10111111 | 11010011 | 110010 | 1001 | 0 | 10001 | 10111111 | 110110 | 111110 |
Color Harmonies of #6ABFD3
Complementary color
Monochromatic Colors of #6ABFD3
Black with #6ABFD3
Text Example
Text Example
White with #6ABFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFD3; }
p { color: rgb(106,191,211); }
H1.HeaderClassName
{
color: #6ABFD3;
}
.AnyTagClassName
{
color: #6ABFD3;
}
</style>
background-color css
<style>
a { background-color: #6ABFD3; }
a { background-color: rgb(106,191,211); }
div.DivClassName
{
background-color: #6ABFD3;
}
.BgClassName
{
background-color: #6ABFD3;
}
</style>
border-color css
<style>
span { border-color: #6ABFD3; }
span { border-color: rgb(106,191,211); }
td.TdClassName
{
border-color: #6ABFD3;
}
.TagClassName
{
border-color: #6ABFD3;
}
</style>