Shades of Seagull #6FB2CA
Tints of Seagull #6FB2CA
RGB
CMYK
RGB Variations
Color information
#6FB2CA (or 0x6FB2CA) is known color: Seagull. HEX triplet: 6F, B2 and CA. RGB value is (111,178,202). Sum of RGB (Red+Green+Blue) = 111+178+202=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FB2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB2CA is #904D35. Grayscale: #A0A0A0. Windows color (decimal): -9456950 or 13283951. OLE color: 13283951.
HSL color Cylindrical-coordinate representation of color #6FB2CA: hue angle of 195.82º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FB2CA is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 178 | 202 | - |
| CMYK | 0.45 | 0.12 | 0 | 0.21 |
| HSL | 195.82º | 0.46% | 0.61% | - |
| HSV(B) | 195.82º | 0.45% | 0.79% | - |
| XYZ | 33.14 | 39.48 | 61.75 | - |
| YUV | 160.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 202 | 0.45 | 0.12 | 0 | 0.21 | 195.82 | 0.46 | 0.61 |
| Hex | 6F | B2 | CA | 2D | C | 0 | 15 | C4 | 2E | 3D |
| Octal | 157 | 262 | 312 | 55 | 14 | 0 | 25 | 304 | 56 | 75 |
| Binary | 1101111 | 10110010 | 11001010 | 101101 | 1100 | 0 | 10101 | 11000100 | 101110 | 111101 |
Color Harmonies of #6FB2CA
Complementary color
Monochromatic Colors of #6FB2CA
Black with #6FB2CA
Text Example
Text Example
White with #6FB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB2CA; }
p { color: rgb(111,178,202); }
H1.HeaderClassName
{
color: #6FB2CA;
}
.AnyTagClassName
{
color: #6FB2CA;
}
</style>
background-color css
<style>
a { background-color: #6FB2CA; }
a { background-color: rgb(111,178,202); }
div.DivClassName
{
background-color: #6FB2CA;
}
.BgClassName
{
background-color: #6FB2CA;
}
</style>
border-color css
<style>
span { border-color: #6FB2CA; }
span { border-color: rgb(111,178,202); }
td.TdClassName
{
border-color: #6FB2CA;
}
.TagClassName
{
border-color: #6FB2CA;
}
</style>