Shades of Seagull #6AACCE
Tints of Seagull #6AACCE
RGB
CMYK
RGB Variations
Color information
#6AACCE (or 0x6AACCE) is known color: Seagull. HEX triplet: 6A, AC and CE. RGB value is (106,172,206). Sum of RGB (Red+Green+Blue) = 106+172+206=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AACCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACCE is #955331. Grayscale: #9B9B9B. Windows color (decimal): -9786162 or 13544554. OLE color: 13544554.
HSL color Cylindrical-coordinate representation of color #6AACCE: hue angle of 200.4º 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 #6AACCE is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 172 | 206 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.19 |
| HSL | 200.4º | 0.51% | 0.61% | - |
| HSV(B) | 200.4º | 0.49% | 0.81% | - |
| XYZ | 31.84 | 37.03 | 63.86 | - |
| YUV | 156.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 172 | 206 | 0.49 | 0.17 | 0 | 0.19 | 200.4 | 0.51 | 0.61 |
| Hex | 6A | AC | CE | 31 | 11 | 0 | 13 | C8 | 33 | 3D |
| Octal | 152 | 254 | 316 | 61 | 21 | 0 | 23 | 310 | 63 | 75 |
| Binary | 1101010 | 10101100 | 11001110 | 110001 | 10001 | 0 | 10011 | 11001000 | 110011 | 111101 |
Color Harmonies of #6AACCE
Complementary color
Monochromatic Colors of #6AACCE
Black with #6AACCE
Text Example
Text Example
White with #6AACCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AACCE; }
p { color: rgb(106,172,206); }
H1.HeaderClassName
{
color: #6AACCE;
}
.AnyTagClassName
{
color: #6AACCE;
}
</style>
background-color css
<style>
a { background-color: #6AACCE; }
a { background-color: rgb(106,172,206); }
div.DivClassName
{
background-color: #6AACCE;
}
.BgClassName
{
background-color: #6AACCE;
}
</style>
border-color css
<style>
span { border-color: #6AACCE; }
span { border-color: rgb(106,172,206); }
td.TdClassName
{
border-color: #6AACCE;
}
.TagClassName
{
border-color: #6AACCE;
}
</style>