Shades of Seagull #6DABCE
Tints of Seagull #6DABCE
RGB
CMYK
RGB Variations
Color information
#6DABCE (or 0x6DABCE) is known color: Seagull. HEX triplet: 6D, AB and CE. RGB value is (109,171,206). Sum of RGB (Red+Green+Blue) = 109+171+206=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABCE is #925431. Grayscale: #9C9C9C. Windows color (decimal): -9589810 or 13544301. OLE color: 13544301.
HSL color Cylindrical-coordinate representation of color #6DABCE: hue angle of 201.65º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DABCE is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 171 | 206 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.19 |
| HSL | 201.65º | 0.5% | 0.62% | - |
| HSV(B) | 201.65º | 0.47% | 0.81% | - |
| XYZ | 32.01 | 36.83 | 63.81 | - |
| YUV | 156.45 | 155.96 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 171 | 206 | 0.47 | 0.17 | 0 | 0.19 | 201.65 | 0.5 | 0.62 |
| Hex | 6D | AB | CE | 2F | 11 | 0 | 13 | CA | 32 | 3E |
| Octal | 155 | 253 | 316 | 57 | 21 | 0 | 23 | 312 | 62 | 76 |
| Binary | 1101101 | 10101011 | 11001110 | 101111 | 10001 | 0 | 10011 | 11001010 | 110010 | 111110 |
Color Harmonies of #6DABCE
Complementary color
Monochromatic Colors of #6DABCE
Black with #6DABCE
Text Example
Text Example
White with #6DABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DABCE; }
p { color: rgb(109,171,206); }
H1.HeaderClassName
{
color: #6DABCE;
}
.AnyTagClassName
{
color: #6DABCE;
}
</style>
background-color css
<style>
a { background-color: #6DABCE; }
a { background-color: rgb(109,171,206); }
div.DivClassName
{
background-color: #6DABCE;
}
.BgClassName
{
background-color: #6DABCE;
}
</style>
border-color css
<style>
span { border-color: #6DABCE; }
span { border-color: rgb(109,171,206); }
td.TdClassName
{
border-color: #6DABCE;
}
.TagClassName
{
border-color: #6DABCE;
}
</style>