Shades of Seagull #6FBDD2
Tints of Seagull #6FBDD2
RGB
CMYK
RGB Variations
Color information
#6FBDD2 (or 0x6FBDD2) is known color: Seagull. HEX triplet: 6F, BD and D2. RGB value is (111,189,210). Sum of RGB (Red+Green+Blue) = 111+189+210=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #6FBDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDD2 is #90422D. Grayscale: #A7A7A7. Windows color (decimal): -9454126 or 13811055. OLE color: 13811055.
HSL color Cylindrical-coordinate representation of color #6FBDD2: hue angle of 192.73º 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 #6FBDD2 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 189 | 210 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.18 |
| HSL | 192.73º | 0.52% | 0.63% | - |
| HSV(B) | 192.73º | 0.47% | 0.82% | - |
| XYZ | 36.39 | 44.43 | 67.63 | - |
| YUV | 168.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 210 | 0.47 | 0.10 | 0 | 0.18 | 192.73 | 0.52 | 0.63 |
| Hex | 6F | BD | D2 | 2F | A | 0 | 12 | C1 | 34 | 3F |
| Octal | 157 | 275 | 322 | 57 | 12 | 0 | 22 | 301 | 64 | 77 |
| Binary | 1101111 | 10111101 | 11010010 | 101111 | 1010 | 0 | 10010 | 11000001 | 110100 | 111111 |
Color Harmonies of #6FBDD2
Complementary color
Monochromatic Colors of #6FBDD2
Black with #6FBDD2
Text Example
Text Example
White with #6FBDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBDD2; }
p { color: rgb(111,189,210); }
H1.HeaderClassName
{
color: #6FBDD2;
}
.AnyTagClassName
{
color: #6FBDD2;
}
</style>
background-color css
<style>
a { background-color: #6FBDD2; }
a { background-color: rgb(111,189,210); }
div.DivClassName
{
background-color: #6FBDD2;
}
.BgClassName
{
background-color: #6FBDD2;
}
</style>
border-color css
<style>
span { border-color: #6FBDD2; }
span { border-color: rgb(111,189,210); }
td.TdClassName
{
border-color: #6FBDD2;
}
.TagClassName
{
border-color: #6FBDD2;
}
</style>