#6FBACA

Color #6FBACA Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #6FBACA

Tints of Seagull #6FBACA

Color information

#6FBACA (or 0x6FBACA) is unknown color: approx Seagull. HEX triplet: 6F, BA and CA. RGB value is (111,186,202). Sum of RGB (Red+Green+Blue) = 111+186+202=499 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.24% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #6FBACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBACA is #904535. Grayscale: #A5A5A5. Windows color (decimal): -9454902 or 13285999. OLE color: 13285999.

HSL color Cylindrical-coordinate representation of color #6FBACA: hue angle of 190.55º 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 #6FBACA is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB111186202-
CMYK0.450.0800.21
HSL190.55º46.19%61.37%-
HSV(B)190.55º45.05%79.22%-
XYZ34.7842.7662.3-
YUV165.4148.6589.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 22.24%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=22.24%
G=37.27%
B=40.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1111862020.450.0800.21190.5546.1961.37
Hex6FBACA2D8015bf2e3d
Octal15727231255100252775675
Binary11011111011101011001010101101100001010110111111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBACA; }

 p { color: rgb(111,186,202); }

 H1.HeaderClassName
 {
   color: #6FBACA;
 }
 .AnyTagClassName
 {
   color: #6FBACA;
 }
</style>
background-color css

<style>
 a { background-color: #6FBACA; }

 a { background-color: rgb(111,186,202); }

 div.DivClassName
 {
   background-color: #6FBACA;
 }
 .BgClassName
 {
   background-color: #6FBACA;
 }
</style>
border-color css

<style>
 span { border-color: #6FBACA; }

 span { border-color: rgb(111,186,202); }

 td.TdClassName
 {
   border-color: #6FBACA;
 }
 .TagClassName
 {
   border-color: #6FBACA;
 }
</style>