Shades of Seagull #6AC5CE
Tints of Seagull #6AC5CE
RGB
CMYK
RGB Variations
Color information
#6AC5CE (or 0x6AC5CE) is known color: Seagull. HEX triplet: 6A, C5 and CE. RGB value is (106,197,206). Sum of RGB (Red+Green+Blue) = 106+197+206=509 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.83% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AC5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC5CE is #953A31. Grayscale: #AAAAAA. Windows color (decimal): -9779762 or 13550954. OLE color: 13550954.
HSL color Cylindrical-coordinate representation of color #6AC5CE: hue angle of 185.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 #6AC5CE is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 197 | 206 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.19 |
| HSL | 185.4º | 0.51% | 0.61% | - |
| HSV(B) | 185.4º | 0.49% | 0.81% | - |
| XYZ | 37.05 | 47.45 | 65.6 | - |
| YUV | 170.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 197 | 206 | 0.49 | 0.04 | 0 | 0.19 | 185.4 | 0.51 | 0.61 |
| Hex | 6A | C5 | CE | 31 | 4 | 0 | 13 | B9 | 33 | 3D |
| Octal | 152 | 305 | 316 | 61 | 4 | 0 | 23 | 271 | 63 | 75 |
| Binary | 1101010 | 11000101 | 11001110 | 110001 | 100 | 0 | 10011 | 10111001 | 110011 | 111101 |
Color Harmonies of #6AC5CE
Complementary color
Monochromatic Colors of #6AC5CE
Black with #6AC5CE
Text Example
Text Example
White with #6AC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC5CE; }
p { color: rgb(106,197,206); }
H1.HeaderClassName
{
color: #6AC5CE;
}
.AnyTagClassName
{
color: #6AC5CE;
}
</style>
background-color css
<style>
a { background-color: #6AC5CE; }
a { background-color: rgb(106,197,206); }
div.DivClassName
{
background-color: #6AC5CE;
}
.BgClassName
{
background-color: #6AC5CE;
}
</style>
border-color css
<style>
span { border-color: #6AC5CE; }
span { border-color: rgb(106,197,206); }
td.TdClassName
{
border-color: #6AC5CE;
}
.TagClassName
{
border-color: #6AC5CE;
}
</style>