Shades of Seagull #6FAED2
Tints of Seagull #6FAED2
RGB
CMYK
RGB Variations
Color information
#6FAED2 (or 0x6FAED2) is known color: Seagull. HEX triplet: 6F, AE and D2. RGB value is (111,174,210). Sum of RGB (Red+Green+Blue) = 111+174+210=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #6FAED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAED2 is #90512D. Grayscale: #9F9F9F. Windows color (decimal): -9457966 or 13807215. OLE color: 13807215.
HSL color Cylindrical-coordinate representation of color #6FAED2: hue angle of 201.82º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FAED2 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 174 | 210 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.18 |
| HSL | 201.82º | 0.52% | 0.63% | - |
| HSV(B) | 201.82º | 0.47% | 0.82% | - |
| XYZ | 33.32 | 38.3 | 66.61 | - |
| YUV | 159.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 210 | 0.47 | 0.17 | 0 | 0.18 | 201.82 | 0.52 | 0.63 |
| Hex | 6F | AE | D2 | 2F | 11 | 0 | 12 | CA | 34 | 3F |
| Octal | 157 | 256 | 322 | 57 | 21 | 0 | 22 | 312 | 64 | 77 |
| Binary | 1101111 | 10101110 | 11010010 | 101111 | 10001 | 0 | 10010 | 11001010 | 110100 | 111111 |
Color Harmonies of #6FAED2
Complementary color
Monochromatic Colors of #6FAED2
Black with #6FAED2
Text Example
Text Example
White with #6FAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAED2; }
p { color: rgb(111,174,210); }
H1.HeaderClassName
{
color: #6FAED2;
}
.AnyTagClassName
{
color: #6FAED2;
}
</style>
background-color css
<style>
a { background-color: #6FAED2; }
a { background-color: rgb(111,174,210); }
div.DivClassName
{
background-color: #6FAED2;
}
.BgClassName
{
background-color: #6FAED2;
}
</style>
border-color css
<style>
span { border-color: #6FAED2; }
span { border-color: rgb(111,174,210); }
td.TdClassName
{
border-color: #6FAED2;
}
.TagClassName
{
border-color: #6FAED2;
}
</style>