Shades of Seagull #6FAFD2
Tints of Seagull #6FAFD2
RGB
CMYK
RGB Variations
Color information
#6FAFD2 (or 0x6FAFD2) is known color: Seagull. HEX triplet: 6F, AF and D2. RGB value is (111,175,210). Sum of RGB (Red+Green+Blue) = 111+175+210=496 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.38% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #6FAFD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFD2 is #90502D. Grayscale: #9F9F9F. Windows color (decimal): -9457710 or 13807471. OLE color: 13807471.
HSL color Cylindrical-coordinate representation of color #6FAFD2: hue angle of 201.21º 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 #6FAFD2 is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 175 | 210 | - |
| CMYK | 0.47 | 0.17 | 0 | 0.18 |
| HSL | 201.21º | 0.52% | 0.63% | - |
| HSV(B) | 201.21º | 0.47% | 0.82% | - |
| XYZ | 33.52 | 38.69 | 66.67 | - |
| YUV | 159.85 | 156.3 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 210 | 0.47 | 0.17 | 0 | 0.18 | 201.21 | 0.52 | 0.63 |
| Hex | 6F | AF | D2 | 2F | 11 | 0 | 12 | C9 | 34 | 3F |
| Octal | 157 | 257 | 322 | 57 | 21 | 0 | 22 | 311 | 64 | 77 |
| Binary | 1101111 | 10101111 | 11010010 | 101111 | 10001 | 0 | 10010 | 11001001 | 110100 | 111111 |
Color Harmonies of #6FAFD2
Complementary color
Monochromatic Colors of #6FAFD2
Black with #6FAFD2
Text Example
Text Example
White with #6FAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFD2; }
p { color: rgb(111,175,210); }
H1.HeaderClassName
{
color: #6FAFD2;
}
.AnyTagClassName
{
color: #6FAFD2;
}
</style>
background-color css
<style>
a { background-color: #6FAFD2; }
a { background-color: rgb(111,175,210); }
div.DivClassName
{
background-color: #6FAFD2;
}
.BgClassName
{
background-color: #6FAFD2;
}
</style>
border-color css
<style>
span { border-color: #6FAFD2; }
span { border-color: rgb(111,175,210); }
td.TdClassName
{
border-color: #6FAFD2;
}
.TagClassName
{
border-color: #6FAFD2;
}
</style>