Shades of Seagull #6FB2D3
Tints of Seagull #6FB2D3
RGB
CMYK
RGB Variations
Color information
#6FB2D3 (or 0x6FB2D3) is known color: Seagull. HEX triplet: 6F, B2 and D3. RGB value is (111,178,211). Sum of RGB (Red+Green+Blue) = 111+178+211=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #6FB2D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB2D3 is #904D2C. Grayscale: #A1A1A1. Windows color (decimal): -9456941 or 13873775. OLE color: 13873775.
HSL color Cylindrical-coordinate representation of color #6FB2D3: hue angle of 199.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FB2D3 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 178 | 211 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.17 |
| HSL | 199.8º | 0.53% | 0.63% | - |
| HSV(B) | 199.8º | 0.47% | 0.83% | - |
| XYZ | 34.23 | 39.92 | 67.53 | - |
| YUV | 161.73 | 155.8 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 211 | 0.47 | 0.16 | 0 | 0.17 | 199.8 | 0.53 | 0.63 |
| Hex | 6F | B2 | D3 | 2F | 10 | 0 | 11 | C8 | 35 | 3F |
| Octal | 157 | 262 | 323 | 57 | 20 | 0 | 21 | 310 | 65 | 77 |
| Binary | 1101111 | 10110010 | 11010011 | 101111 | 10000 | 0 | 10001 | 11001000 | 110101 | 111111 |
Color Harmonies of #6FB2D3
Complementary color
Monochromatic Colors of #6FB2D3
Black with #6FB2D3
Text Example
Text Example
White with #6FB2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB2D3; }
p { color: rgb(111,178,211); }
H1.HeaderClassName
{
color: #6FB2D3;
}
.AnyTagClassName
{
color: #6FB2D3;
}
</style>
background-color css
<style>
a { background-color: #6FB2D3; }
a { background-color: rgb(111,178,211); }
div.DivClassName
{
background-color: #6FB2D3;
}
.BgClassName
{
background-color: #6FB2D3;
}
</style>
border-color css
<style>
span { border-color: #6FB2D3; }
span { border-color: rgb(111,178,211); }
td.TdClassName
{
border-color: #6FB2D3;
}
.TagClassName
{
border-color: #6FB2D3;
}
</style>