Shades of Seagull #6FBCD2
Tints of Seagull #6FBCD2
RGB
CMYK
RGB Variations
Color information
#6FBCD2 (or 0x6FBCD2) is known color: Seagull. HEX triplet: 6F, BC and D2. RGB value is (111,188,210). Sum of RGB (Red+Green+Blue) = 111+188+210=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #6FBCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCD2 is #90432D. Grayscale: #A7A7A7. Windows color (decimal): -9454382 or 13810799. OLE color: 13810799.
HSL color Cylindrical-coordinate representation of color #6FBCD2: hue angle of 193.33º 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 #6FBCD2 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 188 | 210 | - |
| CMYK | 0.47 | 0.10 | 0 | 0.18 |
| HSL | 193.33º | 0.52% | 0.63% | - |
| HSV(B) | 193.33º | 0.47% | 0.82% | - |
| XYZ | 36.17 | 44 | 67.56 | - |
| YUV | 167.49 | 151.99 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 210 | 0.47 | 0.10 | 0 | 0.18 | 193.33 | 0.52 | 0.63 |
| Hex | 6F | BC | D2 | 2F | A | 0 | 12 | C1 | 34 | 3F |
| Octal | 157 | 274 | 322 | 57 | 12 | 0 | 22 | 301 | 64 | 77 |
| Binary | 1101111 | 10111100 | 11010010 | 101111 | 1010 | 0 | 10010 | 11000001 | 110100 | 111111 |
Color Harmonies of #6FBCD2
Complementary color
Monochromatic Colors of #6FBCD2
Black with #6FBCD2
Text Example
Text Example
White with #6FBCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCD2; }
p { color: rgb(111,188,210); }
H1.HeaderClassName
{
color: #6FBCD2;
}
.AnyTagClassName
{
color: #6FBCD2;
}
</style>
background-color css
<style>
a { background-color: #6FBCD2; }
a { background-color: rgb(111,188,210); }
div.DivClassName
{
background-color: #6FBCD2;
}
.BgClassName
{
background-color: #6FBCD2;
}
</style>
border-color css
<style>
span { border-color: #6FBCD2; }
span { border-color: rgb(111,188,210); }
td.TdClassName
{
border-color: #6FBCD2;
}
.TagClassName
{
border-color: #6FBCD2;
}
</style>