Shades of Seagull #6AAFCC
Tints of Seagull #6AAFCC
RGB
CMYK
RGB Variations
Color information
#6AAFCC (or 0x6AAFCC) is known color: Seagull. HEX triplet: 6A, AF and CC. RGB value is (106,175,204). Sum of RGB (Red+Green+Blue) = 106+175+204=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #6AAFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAFCC is #955033. Grayscale: #9D9D9D. Windows color (decimal): -9785396 or 13414250. OLE color: 13414250.
HSL color Cylindrical-coordinate representation of color #6AAFCC: hue angle of 197.76º degrees, saturation: 0.49, 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 #6AAFCC is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 175 | 204 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.2 |
| HSL | 197.76º | 0.49% | 0.61% | - |
| HSV(B) | 197.76º | 0.48% | 0.8% | - |
| XYZ | 32.17 | 38.08 | 62.78 | - |
| YUV | 157.68 | 154.14 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 175 | 204 | 0.48 | 0.14 | 0 | 0.2 | 197.76 | 0.49 | 0.61 |
| Hex | 6A | AF | CC | 30 | E | 0 | 14 | C6 | 31 | 3D |
| Octal | 152 | 257 | 314 | 60 | 16 | 0 | 24 | 306 | 61 | 75 |
| Binary | 1101010 | 10101111 | 11001100 | 110000 | 1110 | 0 | 10100 | 11000110 | 110001 | 111101 |
Color Harmonies of #6AAFCC
Complementary color
Monochromatic Colors of #6AAFCC
Black with #6AAFCC
Text Example
Text Example
White with #6AAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAFCC; }
p { color: rgb(106,175,204); }
H1.HeaderClassName
{
color: #6AAFCC;
}
.AnyTagClassName
{
color: #6AAFCC;
}
</style>
background-color css
<style>
a { background-color: #6AAFCC; }
a { background-color: rgb(106,175,204); }
div.DivClassName
{
background-color: #6AAFCC;
}
.BgClassName
{
background-color: #6AAFCC;
}
</style>
border-color css
<style>
span { border-color: #6AAFCC; }
span { border-color: rgb(106,175,204); }
td.TdClassName
{
border-color: #6AAFCC;
}
.TagClassName
{
border-color: #6AAFCC;
}
</style>