Shades of Seagull #6AAFCF
Tints of Seagull #6AAFCF
RGB
CMYK
RGB Variations
Color information
#6AAFCF (or 0x6AAFCF) is known color: Seagull. HEX triplet: 6A, AF and CF. RGB value is (106,175,207). Sum of RGB (Red+Green+Blue) = 106+175+207=488 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.72% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #6AAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFCF is #955030. Grayscale: #9D9D9D. Windows color (decimal): -9785393 or 13610858. OLE color: 13610858.
HSL color Cylindrical-coordinate representation of color #6AAFCF: hue angle of 199.01º 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 #6AAFCF is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 175 | 207 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.19 |
| HSL | 199.01º | 0.51% | 0.61% | - |
| HSV(B) | 199.01º | 0.49% | 0.81% | - |
| XYZ | 32.54 | 38.23 | 64.7 | - |
| YUV | 158.02 | 155.64 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 207 | 0.49 | 0.15 | 0 | 0.19 | 199.01 | 0.51 | 0.61 |
| Hex | 6A | AF | CF | 31 | F | 0 | 13 | C7 | 33 | 3D |
| Octal | 152 | 257 | 317 | 61 | 17 | 0 | 23 | 307 | 63 | 75 |
| Binary | 1101010 | 10101111 | 11001111 | 110001 | 1111 | 0 | 10011 | 11000111 | 110011 | 111101 |
Color Harmonies of #6AAFCF
Complementary color
Monochromatic Colors of #6AAFCF
Black with #6AAFCF
Text Example
Text Example
White with #6AAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAFCF; }
p { color: rgb(106,175,207); }
H1.HeaderClassName
{
color: #6AAFCF;
}
.AnyTagClassName
{
color: #6AAFCF;
}
</style>
background-color css
<style>
a { background-color: #6AAFCF; }
a { background-color: rgb(106,175,207); }
div.DivClassName
{
background-color: #6AAFCF;
}
.BgClassName
{
background-color: #6AAFCF;
}
</style>
border-color css
<style>
span { border-color: #6AAFCF; }
span { border-color: rgb(106,175,207); }
td.TdClassName
{
border-color: #6AAFCF;
}
.TagClassName
{
border-color: #6AAFCF;
}
</style>