Shades of Seagull #6FABCA
Tints of Seagull #6FABCA
RGB
CMYK
RGB Variations
Color information
#6FABCA (or 0x6FABCA) is known color: Seagull. HEX triplet: 6F, AB and CA. RGB value is (111,171,202). Sum of RGB (Red+Green+Blue) = 111+171+202=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABCA is #905435. Grayscale: #9C9C9C. Windows color (decimal): -9458742 or 13282159. OLE color: 13282159.
HSL color Cylindrical-coordinate representation of color #6FABCA: hue angle of 200.44º 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 #6FABCA is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 171 | 202 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.21 |
| HSL | 200.44º | 0.46% | 0.61% | - |
| HSV(B) | 200.44º | 0.45% | 0.79% | - |
| XYZ | 31.78 | 36.77 | 61.3 | - |
| YUV | 156.59 | 153.62 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 202 | 0.45 | 0.15 | 0 | 0.21 | 200.44 | 0.46 | 0.61 |
| Hex | 6F | AB | CA | 2D | F | 0 | 15 | C8 | 2E | 3D |
| Octal | 157 | 253 | 312 | 55 | 17 | 0 | 25 | 310 | 56 | 75 |
| Binary | 1101111 | 10101011 | 11001010 | 101101 | 1111 | 0 | 10101 | 11001000 | 101110 | 111101 |
Color Harmonies of #6FABCA
Complementary color
Monochromatic Colors of #6FABCA
Black with #6FABCA
Text Example
Text Example
White with #6FABCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABCA; }
p { color: rgb(111,171,202); }
H1.HeaderClassName
{
color: #6FABCA;
}
.AnyTagClassName
{
color: #6FABCA;
}
</style>
background-color css
<style>
a { background-color: #6FABCA; }
a { background-color: rgb(111,171,202); }
div.DivClassName
{
background-color: #6FABCA;
}
.BgClassName
{
background-color: #6FABCA;
}
</style>
border-color css
<style>
span { border-color: #6FABCA; }
span { border-color: rgb(111,171,202); }
td.TdClassName
{
border-color: #6FABCA;
}
.TagClassName
{
border-color: #6FABCA;
}
</style>