Shades of Seagull #6FAFCA
Tints of Seagull #6FAFCA
RGB
CMYK
RGB Variations
Color information
#6FAFCA (or 0x6FAFCA) is known color: Seagull. HEX triplet: 6F, AF and CA. RGB value is (111,175,202). Sum of RGB (Red+Green+Blue) = 111+175+202=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFCA is #905035. Grayscale: #9E9E9E. Windows color (decimal): -9457718 or 13283183. OLE color: 13283183.
HSL color Cylindrical-coordinate representation of color #6FAFCA: hue angle of 197.8º 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 #6FAFCA is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 175 | 202 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.21 |
| HSL | 197.8º | 0.46% | 0.61% | - |
| HSV(B) | 197.8º | 0.45% | 0.79% | - |
| XYZ | 32.55 | 38.3 | 61.56 | - |
| YUV | 158.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 202 | 0.45 | 0.13 | 0 | 0.21 | 197.8 | 0.46 | 0.61 |
| Hex | 6F | AF | CA | 2D | D | 0 | 15 | C6 | 2E | 3D |
| Octal | 157 | 257 | 312 | 55 | 15 | 0 | 25 | 306 | 56 | 75 |
| Binary | 1101111 | 10101111 | 11001010 | 101101 | 1101 | 0 | 10101 | 11000110 | 101110 | 111101 |
Color Harmonies of #6FAFCA
Complementary color
Monochromatic Colors of #6FAFCA
Black with #6FAFCA
Text Example
Text Example
White with #6FAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFCA; }
p { color: rgb(111,175,202); }
H1.HeaderClassName
{
color: #6FAFCA;
}
.AnyTagClassName
{
color: #6FAFCA;
}
</style>
background-color css
<style>
a { background-color: #6FAFCA; }
a { background-color: rgb(111,175,202); }
div.DivClassName
{
background-color: #6FAFCA;
}
.BgClassName
{
background-color: #6FAFCA;
}
</style>
border-color css
<style>
span { border-color: #6FAFCA; }
span { border-color: rgb(111,175,202); }
td.TdClassName
{
border-color: #6FAFCA;
}
.TagClassName
{
border-color: #6FAFCA;
}
</style>