Shades of Seagull #6AC1CE
Tints of Seagull #6AC1CE
RGB
CMYK
RGB Variations
Color information
#6AC1CE (or 0x6AC1CE) is known color: Seagull. HEX triplet: 6A, C1 and CE. RGB value is (106,193,206). Sum of RGB (Red+Green+Blue) = 106+193+206=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #6AC1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC1CE is #953E31. Grayscale: #A8A8A8. Windows color (decimal): -9780786 or 13549930. OLE color: 13549930.
HSL color Cylindrical-coordinate representation of color #6AC1CE: hue angle of 187.8º 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 #6AC1CE is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 193 | 206 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.19 |
| HSL | 187.8º | 0.51% | 0.61% | - |
| HSV(B) | 187.8º | 0.49% | 0.81% | - |
| XYZ | 36.15 | 45.66 | 65.3 | - |
| YUV | 168.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 193 | 206 | 0.49 | 0.06 | 0 | 0.19 | 187.8 | 0.51 | 0.61 |
| Hex | 6A | C1 | CE | 31 | 6 | 0 | 13 | BC | 33 | 3D |
| Octal | 152 | 301 | 316 | 61 | 6 | 0 | 23 | 274 | 63 | 75 |
| Binary | 1101010 | 11000001 | 11001110 | 110001 | 110 | 0 | 10011 | 10111100 | 110011 | 111101 |
Color Harmonies of #6AC1CE
Complementary color
Monochromatic Colors of #6AC1CE
Black with #6AC1CE
Text Example
Text Example
White with #6AC1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC1CE; }
p { color: rgb(106,193,206); }
H1.HeaderClassName
{
color: #6AC1CE;
}
.AnyTagClassName
{
color: #6AC1CE;
}
</style>
background-color css
<style>
a { background-color: #6AC1CE; }
a { background-color: rgb(106,193,206); }
div.DivClassName
{
background-color: #6AC1CE;
}
.BgClassName
{
background-color: #6AC1CE;
}
</style>
border-color css
<style>
span { border-color: #6AC1CE; }
span { border-color: rgb(106,193,206); }
td.TdClassName
{
border-color: #6AC1CE;
}
.TagClassName
{
border-color: #6AC1CE;
}
</style>