Shades of Seagull #6ABFCF
Tints of Seagull #6ABFCF
RGB
CMYK
RGB Variations
Color information
#6ABFCF (or 0x6ABFCF) is known color: Seagull. HEX triplet: 6A, BF and CF. RGB value is (106,191,207). Sum of RGB (Red+Green+Blue) = 106+191+207=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #6ABFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFCF is #954030. Grayscale: #A7A7A7. Windows color (decimal): -9781297 or 13614954. OLE color: 13614954.
HSL color Cylindrical-coordinate representation of color #6ABFCF: hue angle of 189.5º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ABFCF is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 191 | 207 | - |
| CMYK | 0.49 | 0.08 | 0 | 0.19 |
| HSL | 189.5º | 0.51% | 0.61% | - |
| HSV(B) | 189.5º | 0.49% | 0.81% | - |
| XYZ | 35.84 | 44.83 | 65.8 | - |
| YUV | 167.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 207 | 0.49 | 0.08 | 0 | 0.19 | 189.5 | 0.51 | 0.61 |
| Hex | 6A | BF | CF | 31 | 8 | 0 | 13 | BE | 33 | 3D |
| Octal | 152 | 277 | 317 | 61 | 10 | 0 | 23 | 276 | 63 | 75 |
| Binary | 1101010 | 10111111 | 11001111 | 110001 | 1000 | 0 | 10011 | 10111110 | 110011 | 111101 |
Color Harmonies of #6ABFCF
Complementary color
Monochromatic Colors of #6ABFCF
Black with #6ABFCF
Text Example
Text Example
White with #6ABFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFCF; }
p { color: rgb(106,191,207); }
H1.HeaderClassName
{
color: #6ABFCF;
}
.AnyTagClassName
{
color: #6ABFCF;
}
</style>
background-color css
<style>
a { background-color: #6ABFCF; }
a { background-color: rgb(106,191,207); }
div.DivClassName
{
background-color: #6ABFCF;
}
.BgClassName
{
background-color: #6ABFCF;
}
</style>
border-color css
<style>
span { border-color: #6ABFCF; }
span { border-color: rgb(106,191,207); }
td.TdClassName
{
border-color: #6ABFCF;
}
.TagClassName
{
border-color: #6ABFCF;
}
</style>