Shades of Seagull #6AAACA
Tints of Seagull #6AAACA
RGB
CMYK
RGB Variations
Color information
#6AAACA (or 0x6AAACA) is known color: Seagull. HEX triplet: 6A, AA and CA. RGB value is (106,170,202). Sum of RGB (Red+Green+Blue) = 106+170+202=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #6AAACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAACA is #955535. Grayscale: #9A9A9A. Windows color (decimal): -9786678 or 13281898. OLE color: 13281898.
HSL color Cylindrical-coordinate representation of color #6AAACA: hue angle of 200º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6AAACA is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 170 | 202 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.21 |
| HSL | 200º | 0.48% | 0.6% | - |
| HSV(B) | 200º | 0.48% | 0.79% | - |
| XYZ | 30.98 | 36.08 | 61.21 | - |
| YUV | 154.51 | 154.8 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 202 | 0.48 | 0.16 | 0 | 0.21 | 200 | 0.48 | 0.6 |
| Hex | 6A | AA | CA | 30 | 10 | 0 | 15 | C8 | 30 | 3C |
| Octal | 152 | 252 | 312 | 60 | 20 | 0 | 25 | 310 | 60 | 74 |
| Binary | 1101010 | 10101010 | 11001010 | 110000 | 10000 | 0 | 10101 | 11001000 | 110000 | 111100 |
Color Harmonies of #6AAACA
Complementary color
Monochromatic Colors of #6AAACA
Black with #6AAACA
Text Example
Text Example
White with #6AAACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAACA; }
p { color: rgb(106,170,202); }
H1.HeaderClassName
{
color: #6AAACA;
}
.AnyTagClassName
{
color: #6AAACA;
}
</style>
background-color css
<style>
a { background-color: #6AAACA; }
a { background-color: rgb(106,170,202); }
div.DivClassName
{
background-color: #6AAACA;
}
.BgClassName
{
background-color: #6AAACA;
}
</style>
border-color css
<style>
span { border-color: #6AAACA; }
span { border-color: rgb(106,170,202); }
td.TdClassName
{
border-color: #6AAACA;
}
.TagClassName
{
border-color: #6AAACA;
}
</style>