Shades of Seagull #6DAFD5
Tints of Seagull #6DAFD5
RGB
CMYK
RGB Variations
Color information
#6DAFD5 (or 0x6DAFD5) is known color: Seagull. HEX triplet: 6D, AF and D5. RGB value is (109,175,213). Sum of RGB (Red+Green+Blue) = 109+175+213=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #6DAFD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFD5 is #92502A. Grayscale: #9F9F9F. Windows color (decimal): -9588779 or 14004077. OLE color: 14004077.
HSL color Cylindrical-coordinate representation of color #6DAFD5: hue angle of 201.92º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DAFD5 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 175 | 213 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.16 |
| HSL | 201.92º | 0.55% | 0.63% | - |
| HSV(B) | 201.92º | 0.49% | 0.84% | - |
| XYZ | 33.65 | 38.72 | 68.65 | - |
| YUV | 159.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 213 | 0.49 | 0.18 | 0 | 0.16 | 201.92 | 0.55 | 0.63 |
| Hex | 6D | AF | D5 | 31 | 12 | 0 | 10 | CA | 37 | 3F |
| Octal | 155 | 257 | 325 | 61 | 22 | 0 | 20 | 312 | 67 | 77 |
| Binary | 1101101 | 10101111 | 11010101 | 110001 | 10010 | 0 | 10000 | 11001010 | 110111 | 111111 |
Color Harmonies of #6DAFD5
Complementary color
Monochromatic Colors of #6DAFD5
Black with #6DAFD5
Text Example
Text Example
White with #6DAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFD5; }
p { color: rgb(109,175,213); }
H1.HeaderClassName
{
color: #6DAFD5;
}
.AnyTagClassName
{
color: #6DAFD5;
}
</style>
background-color css
<style>
a { background-color: #6DAFD5; }
a { background-color: rgb(109,175,213); }
div.DivClassName
{
background-color: #6DAFD5;
}
.BgClassName
{
background-color: #6DAFD5;
}
</style>
border-color css
<style>
span { border-color: #6DAFD5; }
span { border-color: rgb(109,175,213); }
td.TdClassName
{
border-color: #6DAFD5;
}
.TagClassName
{
border-color: #6DAFD5;
}
</style>