Shades of Seagull #6FB5CE
Tints of Seagull #6FB5CE
RGB
CMYK
RGB Variations
Color information
#6FB5CE (or 0x6FB5CE) is known color: Seagull. HEX triplet: 6F, B5 and CE. RGB value is (111,181,206). Sum of RGB (Red+Green+Blue) = 111+181+206=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #6FB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB5CE is #904A31. Grayscale: #A2A2A2. Windows color (decimal): -9456178 or 13546863. OLE color: 13546863.
HSL color Cylindrical-coordinate representation of color #6FB5CE: hue angle of 195.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FB5CE is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 181 | 206 | - |
| CMYK | 0.46 | 0.12 | 0 | 0.19 |
| HSL | 195.79º | 0.49% | 0.62% | - |
| HSV(B) | 195.79º | 0.46% | 0.81% | - |
| XYZ | 34.22 | 40.88 | 64.48 | - |
| YUV | 162.92 | 152.31 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 181 | 206 | 0.46 | 0.12 | 0 | 0.19 | 195.79 | 0.49 | 0.62 |
| Hex | 6F | B5 | CE | 2E | C | 0 | 13 | C4 | 31 | 3E |
| Octal | 157 | 265 | 316 | 56 | 14 | 0 | 23 | 304 | 61 | 76 |
| Binary | 1101111 | 10110101 | 11001110 | 101110 | 1100 | 0 | 10011 | 11000100 | 110001 | 111110 |
Color Harmonies of #6FB5CE
Complementary color
Monochromatic Colors of #6FB5CE
Black with #6FB5CE
Text Example
Text Example
White with #6FB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB5CE; }
p { color: rgb(111,181,206); }
H1.HeaderClassName
{
color: #6FB5CE;
}
.AnyTagClassName
{
color: #6FB5CE;
}
</style>
background-color css
<style>
a { background-color: #6FB5CE; }
a { background-color: rgb(111,181,206); }
div.DivClassName
{
background-color: #6FB5CE;
}
.BgClassName
{
background-color: #6FB5CE;
}
</style>
border-color css
<style>
span { border-color: #6FB5CE; }
span { border-color: rgb(111,181,206); }
td.TdClassName
{
border-color: #6FB5CE;
}
.TagClassName
{
border-color: #6FB5CE;
}
</style>