Shades of Seagull #6AC5D1
Tints of Seagull #6AC5D1
RGB
CMYK
RGB Variations
Color information
#6AC5D1 (or 0x6AC5D1) is known color: Seagull. HEX triplet: 6A, C5 and D1. RGB value is (106,197,209). Sum of RGB (Red+Green+Blue) = 106+197+209=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #6AC5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC5D1 is #953A2E. Grayscale: #ABABAB. Windows color (decimal): -9779759 or 13747562. OLE color: 13747562.
HSL color Cylindrical-coordinate representation of color #6AC5D1: hue angle of 186.99º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AC5D1 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 197 | 209 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.18 |
| HSL | 186.99º | 0.53% | 0.62% | - |
| HSV(B) | 186.99º | 0.49% | 0.82% | - |
| XYZ | 37.42 | 47.6 | 67.54 | - |
| YUV | 171.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 197 | 209 | 0.49 | 0.06 | 0 | 0.18 | 186.99 | 0.53 | 0.62 |
| Hex | 6A | C5 | D1 | 31 | 6 | 0 | 12 | BB | 35 | 3E |
| Octal | 152 | 305 | 321 | 61 | 6 | 0 | 22 | 273 | 65 | 76 |
| Binary | 1101010 | 11000101 | 11010001 | 110001 | 110 | 0 | 10010 | 10111011 | 110101 | 111110 |
Color Harmonies of #6AC5D1
Complementary color
Monochromatic Colors of #6AC5D1
Black with #6AC5D1
Text Example
Text Example
White with #6AC5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC5D1; }
p { color: rgb(106,197,209); }
H1.HeaderClassName
{
color: #6AC5D1;
}
.AnyTagClassName
{
color: #6AC5D1;
}
</style>
background-color css
<style>
a { background-color: #6AC5D1; }
a { background-color: rgb(106,197,209); }
div.DivClassName
{
background-color: #6AC5D1;
}
.BgClassName
{
background-color: #6AC5D1;
}
</style>
border-color css
<style>
span { border-color: #6AC5D1; }
span { border-color: rgb(106,197,209); }
td.TdClassName
{
border-color: #6AC5D1;
}
.TagClassName
{
border-color: #6AC5D1;
}
</style>