Shades of Seagull #6FB8D6
Tints of Seagull #6FB8D6
RGB
CMYK
RGB Variations
Color information
#6FB8D6 (or 0x6FB8D6) is known color: Seagull. HEX triplet: 6F, B8 and D6. RGB value is (111,184,214). Sum of RGB (Red+Green+Blue) = 111+184+214=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FB8D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB8D6 is #904729. Grayscale: #A5A5A5. Windows color (decimal): -9455402 or 14071919. OLE color: 14071919.
HSL color Cylindrical-coordinate representation of color #6FB8D6: hue angle of 197.48º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FB8D6 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 184 | 214 | - |
| CMYK | 0.48 | 0.14 | 0 | 0.16 |
| HSL | 197.48º | 0.56% | 0.64% | - |
| HSV(B) | 197.48º | 0.48% | 0.84% | - |
| XYZ | 35.83 | 42.52 | 69.94 | - |
| YUV | 165.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 184 | 214 | 0.48 | 0.14 | 0 | 0.16 | 197.48 | 0.56 | 0.64 |
| Hex | 6F | B8 | D6 | 30 | E | 0 | 10 | C5 | 38 | 40 |
| Octal | 157 | 270 | 326 | 60 | 16 | 0 | 20 | 305 | 70 | 100 |
| Binary | 1101111 | 10111000 | 11010110 | 110000 | 1110 | 0 | 10000 | 11000101 | 111000 | 1000000 |
Color Harmonies of #6FB8D6
Complementary color
Monochromatic Colors of #6FB8D6
Black with #6FB8D6
Text Example
Text Example
White with #6FB8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB8D6; }
p { color: rgb(111,184,214); }
H1.HeaderClassName
{
color: #6FB8D6;
}
.AnyTagClassName
{
color: #6FB8D6;
}
</style>
background-color css
<style>
a { background-color: #6FB8D6; }
a { background-color: rgb(111,184,214); }
div.DivClassName
{
background-color: #6FB8D6;
}
.BgClassName
{
background-color: #6FB8D6;
}
</style>
border-color css
<style>
span { border-color: #6FB8D6; }
span { border-color: rgb(111,184,214); }
td.TdClassName
{
border-color: #6FB8D6;
}
.TagClassName
{
border-color: #6FB8D6;
}
</style>