Shades of Seagull #6AABCF
Tints of Seagull #6AABCF
RGB
CMYK
RGB Variations
Color information
#6AABCF (or 0x6AABCF) is known color: Seagull. HEX triplet: 6A, AB and CF. RGB value is (106,171,207). Sum of RGB (Red+Green+Blue) = 106+171+207=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #6AABCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABCF is #955430. Grayscale: #9B9B9B. Windows color (decimal): -9786417 or 13609834. OLE color: 13609834.
HSL color Cylindrical-coordinate representation of color #6AABCF: hue angle of 201.39º 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 #6AABCF is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 171 | 207 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.19 |
| HSL | 201.39º | 0.51% | 0.61% | - |
| HSV(B) | 201.39º | 0.49% | 0.81% | - |
| XYZ | 31.77 | 36.69 | 64.44 | - |
| YUV | 155.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 171 | 207 | 0.49 | 0.17 | 0 | 0.19 | 201.39 | 0.51 | 0.61 |
| Hex | 6A | AB | CF | 31 | 11 | 0 | 13 | C9 | 33 | 3D |
| Octal | 152 | 253 | 317 | 61 | 21 | 0 | 23 | 311 | 63 | 75 |
| Binary | 1101010 | 10101011 | 11001111 | 110001 | 10001 | 0 | 10011 | 11001001 | 110011 | 111101 |
Color Harmonies of #6AABCF
Complementary color
Monochromatic Colors of #6AABCF
Black with #6AABCF
Text Example
Text Example
White with #6AABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AABCF; }
p { color: rgb(106,171,207); }
H1.HeaderClassName
{
color: #6AABCF;
}
.AnyTagClassName
{
color: #6AABCF;
}
</style>
background-color css
<style>
a { background-color: #6AABCF; }
a { background-color: rgb(106,171,207); }
div.DivClassName
{
background-color: #6AABCF;
}
.BgClassName
{
background-color: #6AABCF;
}
</style>
border-color css
<style>
span { border-color: #6AABCF; }
span { border-color: rgb(106,171,207); }
td.TdClassName
{
border-color: #6AABCF;
}
.TagClassName
{
border-color: #6AABCF;
}
</style>